Fix timing issues when detecting dark mode

This commit is contained in:
Kijin Sung 2021-01-06 23:41:28 +09:00
parent e7b49baf13
commit 9587cfd067
2 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,9 @@
border-bottom-color: #1b1b1b;
}
.light_dark_top(@cs) when not (@cs = moono-dark) {
border-bottom-color: #555;
.color_scheme_dark & {
border-bottom-color: #555;
}
}
html {