Skip to content

Commit

Permalink
editor (Codemirror): comments in fenced code get more contrast (and c…
Browse files Browse the repository at this point in the history
…olor). Closes #103
  • Loading branch information
redimp committed Mar 21, 2024
1 parent 30f62f5 commit 5eeb955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterwiki/static/css/codemirror-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ height:calc(100vh - 8rem);
.dark-mode .cm-s-otterwiki .CodeMirror-linenumber { color: #4c566a; }
.dark-mode .cm-s-otterwiki .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }

.dark-mode .cm-s-otterwiki span.cm-comment { color: #4c566a; }
.dark-mode .cm-s-otterwiki span.cm-comment { color: #6BBAFF; }
.dark-mode .cm-s-otterwiki span.cm-atom { color: #b48ead; }
.dark-mode .cm-s-otterwiki span.cm-number { color: #b48ead; }

Expand Down

0 comments on commit 5eeb955

Please sign in to comment.