mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Revert e725455a
This commit is contained in:
parent
ea6d0c1b8a
commit
3258aec031
2 changed files with 0 additions and 22 deletions
|
|
@ -32,27 +32,6 @@
|
|||
margin: 0 0 @content_paragraph_spacing 0;
|
||||
}
|
||||
|
||||
/* if editor_auto_dark_mode == 'Y' load darkmode style */
|
||||
.auto_dark(@cs, @adm) when (@adm = Y) and not (@cs = moono-dark) {
|
||||
html {
|
||||
body.cke_editable {
|
||||
.light_dark(moono-dark);
|
||||
}
|
||||
}
|
||||
.cke_reset {
|
||||
span {
|
||||
&.cke_top {
|
||||
.light_dark_top(moono-dark);
|
||||
}
|
||||
}
|
||||
}
|
||||
.cke_button_icon, .cke_combo_button, .cke_button_arrow, .cke_button_label {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
.auto_dark(@cs, @adm) when not (@adm = Y) or (@cs = moono-dark) {
|
||||
}
|
||||
|
||||
.light_dark(@cs) when (@cs = moono-dark) {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue