From 7083a4c4508d68d18dc0427a0f0f86df3f1009c7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 16 Nov 2016 00:22:22 -0500 Subject: stuff --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 2e1db2a..31bf5aa 100644 --- a/static/style.css +++ b/static/style.css @@ -95,7 +95,7 @@ aside { background-repeat: repeat-x; } .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) { - background-image: url("errline.png"); + background-image: url("errline.png") !important; background-position: bottom left !important; background-repeat: repeat-x !important; background-color: transparent !important; -- cgit v1.2.3