Skip to content

Commit

Permalink
Fix theme issues. Resolves dullage#94.
Browse files Browse the repository at this point in the history
  • Loading branch information
dullage authored and Gedulis12 committed Aug 7, 2023
1 parent 0e2a3f5 commit 20725e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flatnotes/src/toastui-editor-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 20725e8

Please sign in to comment.