Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit b73fa07

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)