Fix highlighted code lines in dark mode

This commit is contained in:
2023-03-11 14:56:46 -08:00
parent 0bd55bc58a
commit 5202c57e2b
3 changed files with 5 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ pre code {
.hl {
display: block;
background-color: #fffd99;
@include var(background-color, code-highlight-color);
.lnt::before {
content: "*";