Skip to content

Commit be774e1

Browse files
committed
fix: marker color in dark mode
1 parent a88d4f8 commit be774e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,11 +567,12 @@ mark {
567567
border-radius: var(--ct-mark-border-radius);
568568
background: transparent;
569569
padding: 0;
570+
color: inherit;
570571
font-size: inherit;
571572
text-decoration-style: solid;
572573
text-decoration: underline;
573574
text-decoration-color: var(--ct-warning-color);
574-
text-decoration-thickness: 4px;
575+
text-decoration-thickness: 3px;
575576
text-decoration-skip-ink: none;
576577
text-underline-offset: -1px;
577578
}

0 commit comments

Comments
 (0)