theme nits

This commit is contained in:
caandt 2024-10-15 21:08:29 -05:00
parent 0413e2c7ec
commit 3f130622ef
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ input:checked + label span {
--llight: none; --llight: none;
--ldark: initial; --ldark: initial;
} }
body:has(#huer:checked):has(#hueg:checked):has(#hueb:checked):has(#theme:checked) { --bg: #fff; --bg2: #fff; --fg: #000; --fg2: #000; --fg3: #000; } body:has(#theme:checked):has(#huer:checked):has(#hueg:checked):has(#hueb:checked):has(#theme:checked) { --bg: #fff; --bg2: #fff; --fg: #000; --fg2: #000; --fg3: #000; }
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
:root { :root {
@ -64,5 +64,5 @@ input:checked + label span {
--llight: initial; --llight: initial;
--ldark: none; --ldark: none;
} }
body:not(:has(#huer:checked, #hueg:checked, #hueb:checked)) { --bg: #000; --bg2: #000; --fg: #fff; --fg2: #fff; --fg3: #fff; } body:has(#theme:checked):not(:has(#huer:checked, #hueg:checked, #hueb:checked)) { --bg: #000; --bg2: #000; --fg: #fff; --fg2: #fff; --fg3: #fff; }
} }

View file

@ -10,7 +10,7 @@
url('/static/NotoSansMono-Bold.ttf') format('truetype'); url('/static/NotoSansMono-Bold.ttf') format('truetype');
font-weight: bold; font-weight: bold;
} }
body, article a, code { font-family: "Noto Sans Mono", "Courier New", "Consolas", monospace; } body, article a:not(p a), code { font-family: "Noto Sans Mono", "Courier New", "Consolas", monospace; }
article { font-family: "Noto Sans", "Verdana", sans-serif; } article { font-family: "Noto Sans", "Verdana", sans-serif; }
body { body {
margin: 0; margin: 0;