diff --git a/source files/theme.css b/source files/theme.css index b22f7c8..a955a9f 100644 --- a/source files/theme.css +++ b/source files/theme.css @@ -470,6 +470,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket { } .CodeMirror .CodeMirror-code .cm-comment { - background: #eee; + background: rgba(0, 0, 0, .05); border-radius: 2px; } \ No newline at end of file