Skip to content

Commit

Permalink
fix #213
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 committed Jun 17, 2024
1 parent 5da4a00 commit 4e40097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ a>.hljs {
color: var(--inline-code-color);
}

a code.hljs {
color: var(--links) !important;
}

a:hover>.hljs {
text-decoration: underline;
}
Expand Down

0 comments on commit 4e40097

Please sign in to comment.