Skip to content

Commit 6381c85

Browse files
am29djeromevdl
authored andcommitted
docs: apply line highlight only for default light mode (#1453)
1 parent 8d09870 commit 6381c85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/stylesheets/extra.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
}
44

55
.highlight .hll {
6-
background-color: lavender
6+
[data-md-color-scheme="default"] {
7+
background-color: lavender;
8+
}
79
}
810

911
.md-typeset table:not([class]) {

0 commit comments

Comments
 (0)