Fix theme issues. Resolves #94.
authorAdam Dullage <redacted>
Fri, 28 Jul 2023 07:38:37 +0000 (08:38 +0100)
committerAdam Dullage <redacted>
Fri, 28 Jul 2023 07:38:37 +0000 (08:38 +0100)
flatnotes/src/toastui-editor-theme.scss

index ca40dbb395e7356e5f116e5fb04dd72f219721cc..48abf134860c3a4f0d2fa47a32181b92c44ba51c 100644 (file)
   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 {
git clone https://git.99rst.org/PROJECT