mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat(SyntaxHighlight): ✨ add line highlight color
This commit is contained in:
parent
2b69011a8f
commit
a269d35dac
|
@ -310,4 +310,8 @@
|
|||
.hll a .linenos {
|
||||
color: var( --color-base--emphasized );
|
||||
}
|
||||
|
||||
.hll {
|
||||
background-color: var( --background-color-warning );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue