dark,light

This commit is contained in:
Marc Beninca 2025-02-18 00:01:39 +01:00
parent 425516e2fd
commit 0cded1ba60
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 14 additions and 17 deletions

View file

@ -1,4 +1,5 @@
:root {
color-scheme: light dark;
--margin: .4rem;
}
:root {
@ -16,7 +17,7 @@
--ruler-border: #888;
}
@media screen {
.dark {
[data-theme="dark"] {
--anchor-background: #222;
--anchor-text: #f88;
--banner-background: #558;