feat(SyntaxHighlight): add line highlight color

This commit is contained in:
alistair3149 2023-06-02 01:51:58 -04:00
parent 2b69011a8f
commit a269d35dac
No known key found for this signature in database
GPG key ID: 16076C01E5C88864

View file

@ -310,4 +310,8 @@
.hll a .linenos {
color: var( --color-base--emphasized );
}
.hll {
background-color: var( --background-color-warning );
}
}