mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
Fix #1556 fix auto-detection of dark mode even when it is disabled
This commit is contained in:
parent
e3fa780295
commit
44ecff5e55
3 changed files with 5 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
|||
.light_dark(@cs) when not (@cs = moono-dark) {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
&.color_scheme_dark {
|
||||
&.color_scheme_dark.cke_auto_dark_mode {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
}
|
||||
}
|
||||
.light_dark_top(@cs) when not (@cs = moono-dark) {
|
||||
.color_scheme_dark & {
|
||||
.color_scheme_dark.cke_auto_dark_mode & {
|
||||
background: #333;
|
||||
border-color: #555;
|
||||
.cke_button_on {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue