commit 85356218237893df3db9ede6d53c5232d096c5b4
parent a7fcfdcd54f3e345b8b5987ac45d1c24169a0256
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Wed, 22 Dec 2021 18:53:52 -0800
Fixing header colors in dark mode
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/style.css b/src/style.css
@@ -114,6 +114,7 @@ table.core {
@media (prefers-color-scheme: dark) {
body, main { background: #1b262c; color: white; }
+h1 h2 h3 {color: white; }
a { color: #21e6c1 }
a:visited { color: #21e6c1 }
.addr {