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
parent
c8bf643c4e
commit
17d09d2466
|
@ -7,6 +7,7 @@
|
|||
#editorcontainerbox {
|
||||
background-color: #f2f3f4;
|
||||
background-color: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
#editorcontainerbox .sticky-container {
|
||||
|
|
Loading…
Reference in New Issue