mirror of
https://github.com/kognise/water.css.git
synced 2025-01-17 19:58:13 +01:00
13 lines
544 B
CSS
Executable File
13 lines
544 B
CSS
Executable File
|
|
|
|
@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css');
|
|
@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css') (prefers-color-scheme: light);
|
|
/**
|
|
* Dark-themed version for legacy browsers:
|
|
* Loads the compiled, standalone version of the dark theme,
|
|
* but overrides it with the compiled, standalone version of the light theme
|
|
* if a system-wide theme preference is set on the user's device.
|
|
*/
|
|
|
|
/*# sourceMappingURL=dark-legacy.css.map */
|