- commit
- 0010a2f57a96f7b20aeff3db69e2414f975af5dc
- parent
- 994d44f6cadb684cd2c0a9117a36ad6f4ed33642
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-05-09 20:18
add dark mode
Diffstat
| M | mondrian.css | 6 | ++++++ |
1 files changed, 6 insertions, 0 deletions
diff --git a/mondrian.css b/mondrian.css
@@ -21,3 +21,9 @@ 21 21 .mondrian div[data-dir="vertical"] { 22 22 grid-template-rows: var(--a) var(--b); 23 23 } -1 24 -1 25 @media (prefers-color-scheme: dark) { -1 26 :root { -1 27 color-scheme: dark; -1 28 } -1 29 }