- commit
- 1bf9e80c22ae39e6e3b899738bf0555858a56d80
- parent
- d916c76cd2c89715a8ac883a83f3c7c90a3d7df3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-09 19:29
set color-scheme
Diffstat
| M | style.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
@@ -57,6 +57,7 @@ canvas {
57 57
58 58 @media (prefers-color-scheme: dark) {
59 59 :root {
-1 60 color-scheme: dark;
60 61 background: black;
61 62 color: white;
62 63 }