summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
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;