mirror of https://github.com/TriliumNext/Notes
client: add the "System" theme
parent
1c3643695c
commit
aba2813682
@ -0,0 +1,7 @@
|
|||||||
|
/* Import the light color scheme.
|
||||||
|
* This is the base color scheme, always active and overridden by the dark
|
||||||
|
* color scheme stylesheet when necessary. */
|
||||||
|
@import url(./theme-light.css);
|
||||||
|
|
||||||
|
/* Import the dark color scheme when the system preference is set to dark mode */
|
||||||
|
@import url(./theme-dark.css) (prefers-color-scheme: dark);
|
||||||
Loading…
Reference in New Issue