mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
자동저장 메시지 색상도 다크모드 적용
This commit is contained in:
parent
3258aec031
commit
bd7ba13d9a
1 changed files with 5 additions and 0 deletions
|
|
@ -129,9 +129,14 @@ html {
|
||||||
p.editor_autosaved_message.autosave_message {
|
p.editor_autosaved_message.autosave_message {
|
||||||
display:none;
|
display:none;
|
||||||
background: #e0e0e0;
|
background: #e0e0e0;
|
||||||
|
color: #000;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin:0;
|
margin:0;
|
||||||
line-height:1.2;
|
line-height:1.2;
|
||||||
|
.color_scheme_dark & {
|
||||||
|
background: #222;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.cke_reset {
|
.cke_reset {
|
||||||
.cke_top, .cke_bottom {
|
.cke_top, .cke_bottom {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue