Skip to content

Commit b73fa07

Browse files
configure highlight color in code (override default yellow)
1 parent 79307d0 commit b73fa07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
color: #ff1744;
4747
}
4848

49+
.highlight .hll {
50+
background-color: rgba(215, 215, 215, .5);
51+
}
52+
4953
/* fixing colors because wkhtmltopdf does not understand colors such as "var(--md-typeset-a-color);" */
5054
@media print {
5155

0 commit comments

Comments
 (0)