Skip to content

Commit

Permalink
fix: marker color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 25, 2021
1 parent a88d4f8 commit be774e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,11 +567,12 @@ mark {
border-radius: var(--ct-mark-border-radius);
background: transparent;
padding: 0;
color: inherit;
font-size: inherit;
text-decoration-style: solid;
text-decoration: underline;
text-decoration-color: var(--ct-warning-color);
text-decoration-thickness: 4px;
text-decoration-thickness: 3px;
text-decoration-skip-ink: none;
text-underline-offset: -1px;
}
Expand Down

0 comments on commit be774e1

Please sign in to comment.