Skip to content

Commit

Permalink
fix: use highlight color for mark
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 27, 2021
1 parent be774e1 commit fa2855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ mark {
font-size: inherit;
text-decoration-style: solid;
text-decoration: underline;
text-decoration-color: var(--ct-warning-color);
text-decoration-color: var(--ct-highlight-color);
text-decoration-thickness: 3px;
text-decoration-skip-ink: none;
text-underline-offset: -1px;
Expand Down

0 comments on commit fa2855e

Please sign in to comment.