From 54a47f3dbc8c3951f0238ffcf1f97f12e7c282c2 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Tue, 14 Jul 2015 12:03:33 -0500 Subject: [PATCH] Fix selection issue with code blocks --- source files/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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