Skip to content

Commit fc78a75

Browse files
committed
chore: force text color in the highlight to be normal
1 parent 18b3675 commit fc78a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ mark {
3232
border-radius: 2px;
3333
}
3434

35+
.markdown-rendered mark.custom-highlight:not([style]) {
36+
color: var(--text-normal);
37+
}
38+
3539
.cm-highlight-color-btn {
3640
margin-inline: 2px;
3741
width: 12px;

0 commit comments

Comments
 (0)