Update CustomStyles.astro
This commit is contained in:
@ -35,6 +35,9 @@ import '@fontsource-variable/inter';
|
|||||||
--aw-color-bg-page: rgb(255 255 255);
|
--aw-color-bg-page: rgb(255 255 255);
|
||||||
|
|
||||||
--aw-color-bg-page-dark: rgb(3 6 32);
|
--aw-color-bg-page-dark: rgb(3 6 32);
|
||||||
|
|
||||||
|
::selection {background-color: lavender;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
@ -50,5 +53,8 @@ import '@fontsource-variable/inter';
|
|||||||
--aw-color-text-default: rgb(229 236 246);
|
--aw-color-text-default: rgb(229 236 246);
|
||||||
--aw-color-text-muted: rgb(229 236 246 / 66%);
|
--aw-color-text-muted: rgb(229 236 246 / 66%);
|
||||||
--aw-color-bg-page: var(--aw-color-bg-page-dark);
|
--aw-color-bg-page: var(--aw-color-bg-page-dark);
|
||||||
|
|
||||||
|
::selection {background-color: black; color: snow}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Reference in New Issue
Block a user