Skip to content

Commit

Permalink
feat(SyntaxHighlight): ✨ add line highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jun 2, 2023
1 parent 2b69011 commit a269d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skinStyles/extensions/SyntaxHighlight_GeSHi/ext.pygments.less
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,8 @@
.hll a .linenos {
color: var( --color-base--emphasized );
}

.hll {
background-color: var( --background-color-warning );
}
}

0 comments on commit a269d35

Please sign in to comment.