!important 로 의도한 효과 내도록 수정

moono-dark 가 아닌 컬러셋과 동일한 효과가 나도록 선택자를 추가했습니다.
This commit is contained in:
Min-Soo Kim 2021-01-08 01:56:59 +09:00 committed by GitHub
parent e725455a0e
commit ea6d0c1b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@
} }
.light_dark_top(@cs) when (@cs = moono-dark) { .light_dark_top(@cs) when (@cs = moono-dark) {
body & {
border-color: #555; border-color: #555;
&.cke_bottom { &.cke_bottom {
background: #333; background: #333;
@ -75,6 +76,7 @@
} }
} }
} }
}
.light_dark_top(@cs) when not (@cs = moono-dark) { .light_dark_top(@cs) when not (@cs = moono-dark) {
.color_scheme_dark & { .color_scheme_dark & {
background: #333; background: #333;