css: add missing text color for editorcontainer

Now the content inside the editorcontainer will be correctly colored, like for
example table of content.
pull/4010/head
Sebastian Castro 2020-05-13 15:04:13 +02:00 committed by muxator
parent c8bf643c4e
commit 17d09d2466
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#editorcontainerbox { #editorcontainerbox {
background-color: #f2f3f4; background-color: #f2f3f4;
background-color: var(--bg-color); background-color: var(--bg-color);
color: var(--text-color);
} }
#editorcontainerbox .sticky-container { #editorcontainerbox .sticky-container {