[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:
parent
a89090cfa9
commit
9e64ffeb66
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--page: #FFFFFF;
|
||||
--text: black;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--page: #EEE;
|
||||
--text: #000;
|
||||
--link-default: #0000EE;
|
||||
|
|
Reference in a new issue