Browse Source

CSS: Remove error highlight

Max Hilbrunner 4 years ago
parent
commit
c8d7e0a4ee
1 changed files with 5 additions and 0 deletions
  1. 5 0
      _static/css/custom.css

+ 5 - 0
_static/css/custom.css

@@ -580,6 +580,11 @@ code,
 
 /* Syntax highlighting */
 
+/* Remove default red boxes around Pygments errors */
+.highlight .err {
+    border: none;
+}
+
 .highlight {
     background-color: var(--highlight-background-color);
 }