diff options
author | eatradish <[email protected]> | 2022-04-09 19:52:45 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-09 19:52:45 +0800 |
commit | 73c3d42854d3b778b22e614bba76c61d0666bced (patch) | |
tree | eaacca3e5a41ef300a6d2201cf84fca35781e797 /sass/_partial/_darkmode_follow_system.scss | |
parent | c52fe3de0c399632146fe1fe83290ca5ea81a1f3 (diff) | |
download | Seje2-73c3d42854d3b778b22e614bba76c61d0666bced.tar.gz Seje2-73c3d42854d3b778b22e614bba76c61d0666bced.tar.bz2 Seje2-73c3d42854d3b778b22e614bba76c61d0666bced.zip |
meta: adapt zola theme directory struct
Diffstat (limited to 'sass/_partial/_darkmode_follow_system.scss')
-rw-r--r-- | sass/_partial/_darkmode_follow_system.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/_partial/_darkmode_follow_system.scss b/sass/_partial/_darkmode_follow_system.scss new file mode 100644 index 0000000..76e9f8d --- /dev/null +++ b/sass/_partial/_darkmode_follow_system.scss @@ -0,0 +1,3 @@ +@media (prefers-color-scheme: dark) { + @import "dark"; +}
\ No newline at end of file |