Skip to content

Commit

Permalink
broader highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
stormckey committed Dec 14, 2023
1 parent 607f35a commit e1cf62d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,8 @@ img[src*="pic1"] {
/* new code highlight lines*/
:root > * {
--md-code-hl-color: rgb(255, 240, 166);
--md-code-hl-color--light: rgb(255, 240, 166, 0.35);
}
--md-code-hl-color--light: rgb(255, 240, 166, 0.20);
}
span.hll {
width: 135%;
}

0 comments on commit e1cf62d

Please sign in to comment.