[themes] let the browser know when we have dark mode support, so that it can do its own dark things

This commit is contained in:
Shish 2024-01-13 12:39:35 +00:00
parent a89090cfa9
commit 9e64ffeb66
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
:root {
color-scheme: light dark;
--page: #FFFFFF;
--text: black;

View file

@ -1,4 +1,6 @@
:root {
color-scheme: light dark;
--page: #EEE;
--text: #000;
--link-default: #0000EE;