publish: fix background when editing

This commit is contained in:
Matilde Park 2021-01-21 18:51:29 -05:00
parent 4afdb19090
commit 0db868c1a6

View File

@ -264,7 +264,7 @@
background-color: #333; background-color: #333;
} }
.publish .cm-s-tlon.CodeMirror { .publish .cm-s-tlon.CodeMirror {
background: #333; background: unset;
color: #fff; color: #fff;
} }