Add non-color indication to highlighted lines.
This commit is contained in:
parent
e7edd43034
commit
222446a937
|
@ -71,6 +71,10 @@ pre code {
|
||||||
.hl {
|
.hl {
|
||||||
display: block;
|
display: block;
|
||||||
background-color: #fffd99;
|
background-color: #fffd99;
|
||||||
|
|
||||||
|
.lnt::before {
|
||||||
|
content: "*";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user