Use accent-color and color-scheme CSS directives.

This commit is contained in:
flash 2024-01-25 18:17:54 +00:00
parent 4b2f9a2fec
commit d8cc208a85
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ body {
html {
scrollbar-color: var(--accent-colour) var(--background-colour);
accent-color: var(--accent-colour);
color-scheme: dark;
}
.main {