css: add missing text color for editorcontainer

Now the content inside the editorcontainer will be correctly colored, like for
example table of content.
This commit is contained in:
Sebastian Castro 2020-05-13 15:04:13 +02:00 committed by muxator
parent c8bf643c4e
commit 17d09d2466

View file

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