git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3cc2a1a
)
Fix theme issues. Resolves #94.
author
Adam Dullage
<redacted>
Fri, 28 Jul 2023 07:38:37 +0000
(08:38 +0100)
committer
Adam Dullage
<redacted>
Fri, 28 Jul 2023 07:38:37 +0000
(08:38 +0100)
flatnotes/src/toastui-editor-theme.scss
patch
|
blob
|
history
diff --git
a/flatnotes/src/toastui-editor-theme.scss
b/flatnotes/src/toastui-editor-theme.scss
index ca40dbb395e7356e5f116e5fb04dd72f219721cc..48abf134860c3a4f0d2fa47a32181b92c44ba51c 100644
(file)
--- 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 {
git clone https://git.99rst.org/PROJECT