diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 35ade49c1..b1b9d51dd 100644 --- a/web/index.html +++ b/web/index.html @@ -82,6 +82,9 @@ font: 18px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; min-height: 140px; } + .ProseMirror-dark { + color: white; + } .ProseMirror p { margin: 0; } |