Add non-color indication to highlighted lines.

This commit is contained in:
Danila Fedorin 2020-10-10 17:12:40 -07:00
parent e7edd43034
commit 222446a937
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ pre code {
.hl {
display: block;
background-color: #fffd99;
.lnt::before {
content: "*";
}
}
}