mirror of
https://github.com/kognise/water.css.git
synced 2025-12-07 07:14:57 +01:00
Fix color scheme priority
This commit is contained in:
parent
b49b852722
commit
f7a0b68f08
1 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
* if a system-wide theme preference is set on the user's device.
|
* if a system-wide theme preference is set on the user's device.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../variables-light.css';
|
@import '../variables-dark.css';
|
||||||
@import '../variables-dark.css' (prefers-color-scheme: dark);
|
@import '../variables-light.css' (prefers-color-scheme: light);
|
||||||
@import '../parts/_core.css';
|
@import '../parts/_core.css';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue