자동저장 메시지 색상도 다크모드 적용

This commit is contained in:
Min-Soo Kim 2021-01-08 02:14:05 +09:00 committed by GitHub
parent 3258aec031
commit bd7ba13d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,9 +129,14 @@ html {
p.editor_autosaved_message.autosave_message {
display:none;
background: #e0e0e0;
color: #000;
padding: 10px;
margin:0;
line-height:1.2;
.color_scheme_dark & {
background: #222;
color: #fff;
}
}
.cke_reset {
.cke_top, .cke_bottom {