[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:
@ -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 New Issue
Block a user