From: Adam Dullage Date: Fri, 28 Jul 2023 07:38:37 +0000 (+0100) Subject: Fix theme issues. Resolves #94. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d82d8071a73ae3c330bc4c3112cdd03e591d975c;p=flatnotes.git Fix theme issues. Resolves #94. --- diff --git a/flatnotes/src/toastui-editor-theme.scss b/flatnotes/src/toastui-editor-theme.scss index ca40dbb..48abf13 100644 --- a/flatnotes/src/toastui-editor-theme.scss +++ b/flatnotes/src/toastui-editor-theme.scss @@ -34,6 +34,13 @@ background-color: var(--colour-background-elevated); } +.toastui-editor-contents ul, +.toastui-editor-contents menu, +.toastui-editor-contents ol, +.toastui-editor-contents dir { + color: var(--colour-text); +} + // Code Block .toastui-editor-contents pre, .toastui-editor-md-code-block-line-background {