mirror of
https://github.com/zadam/trilium.git
synced 2025-12-13 19:04:25 +01:00
7 lines
340 B
CSS
7 lines
340 B
CSS
/* 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-next-light.css);
|
|
|
|
/* Import the dark color scheme when the system preference is set to dark mode */
|
|
@import url(./theme-next-dark.css) (prefers-color-scheme: dark); |