Skip to content

Commit

Permalink
fix(css): Fix highlight comment css
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Dec 31, 2023
1 parent 1f60dfb commit 528c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ figure.highlight {
color: #75715e;
}
.c, .ch, .cd, .cpf {
color: #75715e;
color: #c5c5c5;
}
.err {
color: #960050;
Expand Down

0 comments on commit 528c395

Please sign in to comment.