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