fix #87 bold comments

This commit is contained in:
Koen Lageveen 2020-10-14 16:39:29 +02:00
parent 87c4c4132d
commit 35019d982e
1 changed files with 3 additions and 0 deletions

View File

@ -333,6 +333,9 @@ label + .nav-button {
.CodeMirror .cm-atom {
font-style: italic;
}
.CodeMirror .cm-comment {
font-weight: bold;
}
.CodeMirror-gutters {
background: transparent;
}