mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
4 lines
218 B
CSS
4 lines
218 B
CSS
/* prettier-ignore */
|
|
@import 'chroma-relearn-light.css?1733339456' screen and (prefers-color-scheme: light);
|
|
/* prettier-ignore */
|
|
@import 'chroma-relearn-dark.css?1733339456' screen and (prefers-color-scheme: dark);
|