We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c51471 commit 5e7a0bcCopy full SHA for 5e7a0bc
doc/css/extra.css
@@ -2,7 +2,7 @@
2
display: none
3
}
4
5
-.codehilite code, .codehilite pre{color:#3F3F3F;background-color:#F7F7F7;
+.codehilite div {color:#3F3F3F;background-color:#F7F7F7;
6
overflow: auto;
7
box-sizing: border-box;
8
@@ -55,7 +55,8 @@ border: 1px solid #CCC !important;
55
border-image-slice: 100% 100% 100% 100%;
56
border-image-width: 1 1 1 1;
57
border-image-outset: 0 0 0 0;
58
- border-image-repeat: stretch stretch;}
+ border-image-repeat: stretch stretch;
59
+}
60
.codehilite .hll { background-color: #ffffcc }
61
.codehilite .c { color: #999988; font-style: italic } /* Comment */
62
.codehilite .err { color: #a61717; background-color: #e3d2d2 } /* Error */
0 commit comments