Skip to content

Commit d0e950b

Browse files
committed
docs: update css for the actual highlight background color for dark mode
1 parent 3ab5454 commit d0e950b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/user/assets/sass/_highlight.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,7 @@ body.dark .content .chroma code.language-hc {
357357
color: var(--orange);
358358
}
359359
}
360+
361+
body.dark .content .chroma .hl {
362+
background-color: #292925;
363+
}

0 commit comments

Comments
 (0)