change background color for dark mode
Marco Andronaco andronacomarco@gmail.com
Thu, 30 May 2024 00:41:16 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/index.html
→
templates/index.html
@@ -20,7 +20,7 @@ @media (prefers-color-scheme: dark) {
:root { color-scheme: dark light; --text: #fff; - --bg: #000; + --bg: #121212; --green: #265929; --hover-green: #214d23; --red: #592626;