mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
Fix timing issues when detecting dark mode
This commit is contained in:
parent
e7b49baf13
commit
9587cfd067
2 changed files with 5 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue