Skip to content

Commit fa2855e

Browse files
committed
fix: use highlight color for mark
1 parent be774e1 commit fa2855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ mark {
571571
font-size: inherit;
572572
text-decoration-style: solid;
573573
text-decoration: underline;
574-
text-decoration-color: var(--ct-warning-color);
574+
text-decoration-color: var(--ct-highlight-color);
575575
text-decoration-thickness: 3px;
576576
text-decoration-skip-ink: none;
577577
text-underline-offset: -1px;

0 commit comments

Comments
 (0)