[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 {
|
:root {
|
||||||
|
color-scheme: light dark;
|
||||||
|
|
||||||
--page: #FFFFFF;
|
--page: #FFFFFF;
|
||||||
--text: black;
|
--text: black;
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
|
color-scheme: light dark;
|
||||||
|
|
||||||
--page: #EEE;
|
--page: #EEE;
|
||||||
--text: #000;
|
--text: #000;
|
||||||
--link-default: #0000EE;
|
--link-default: #0000EE;
|
||||||
|
Reference in New Issue
Block a user