Browse Source

CSS: Remove error highlight

(cherry picked from commit c8d7e0a4ee974814e7ef9b32968ba2451cf602b8)
Max Hilbrunner 4 years ago
parent
commit
7ae01d0783
1 changed files with 5 additions and 0 deletions
  1. 5 0
      _static/css/custom.css

+ 5 - 0
_static/css/custom.css

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