Skip to content

Commit bf16608

Browse files
committed
Removing the red boarder for .err in examples
The err highlighting is messing with your examples and makes things look a little weird. Removing it.
1 parent c96a16a commit bf16608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,9 +664,9 @@ b.conum * {
664664
color: #408080;
665665
font-style: italic;
666666
} /* Comment */
667-
.highlight .err {
667+
/* .highlight .err {
668668
border: 1px solid #ff0000;
669-
} /* Error */
669+
} Error */
670670
.highlight .k {
671671
color: #008000;
672672
font-weight: bold;

0 commit comments

Comments
 (0)