- commit
- 40b91c9ff42f398f53e5d1148fea0a9d6449eb73
- parent
- ac6fa9a1b37c0c68abbe49f8efd982f405d4518b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-02-13 06:41
add dark theme
Diffstat
| M | style.css | 7 | +++++++ |
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
@@ -40,3 +40,10 @@ canvas {
40 40 .palette input:not(:checked) + span {
41 41 opacity: 0.5;
42 42 }
-1 43
-1 44 @media (prefers-color-scheme: dark) {
-1 45 :root {
-1 46 background: black;
-1 47 color: white;
-1 48 }
-1 49 }