mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-10 14:46:20 +02:00
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:
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…
x
Reference in New Issue
Block a user