Finished the rest dark mode toggle job.

This commit is contained in:
Cotes Chung
2020-02-12 00:04:59 +08:00
parent 7e92a32243
commit 58af2fefce
7 changed files with 154 additions and 90 deletions

View File

@@ -86,7 +86,7 @@
}
@media (prefers-color-scheme: dark) {
html:not(.light-mode) {
html:not(.light-mode) { /* could be html.dark-mode */
@include dark-sheme;
}
}