mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
!important 로 의도한 효과 내도록 수정
moono-dark 가 아닌 컬러셋과 동일한 효과가 나도록 선택자를 추가했습니다.
This commit is contained in:
parent
e725455a0e
commit
ea6d0c1b8a
1 changed files with 7 additions and 5 deletions
|
|
@ -67,11 +67,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.light_dark_top(@cs) when (@cs = moono-dark) {
|
.light_dark_top(@cs) when (@cs = moono-dark) {
|
||||||
border-color: #555;
|
body & {
|
||||||
&.cke_bottom {
|
border-color: #555;
|
||||||
background: #333;
|
&.cke_bottom {
|
||||||
.cke_button_icon, .cke_combo_button, .cke_button_arrow, .cke_button_label {
|
background: #333;
|
||||||
filter: invert(1);
|
.cke_button_icon, .cke_combo_button, .cke_button_arrow, .cke_button_label {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue