CSS: Remove error highlight

(cherry picked from commit c8d7e0a4ee)
This commit is contained in:
Max Hilbrunner
2021-07-11 12:03:41 +02:00
committed by Rémi Verschelde
parent f3f4c4149b
commit 3b2bfba823

View File

@@ -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);
}