Finished the rest dark mode toggle job.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user