- commit
- 1bd9c96b17e7d879ccabaa6e3acd02ec90052292
- parent
- c10f7d8331c25ba11a85ece2db654efee057a0ec
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-05-02 08:46
demo: dark mode
Diffstat
| M | demo/demo.css | 6 | ++++++ |
1 files changed, 6 insertions, 0 deletions
diff --git a/demo/demo.css b/demo/demo.css
@@ -15,3 +15,9 @@ input {
15 15 width: 100%;
16 16 box-sizing: border-box;
17 17 }
-1 18
-1 19 @media (prefers-color-scheme: dark) {
-1 20 :root {
-1 21 color-scheme: dark;
-1 22 }
-1 23 }