chore: force text color in the highlight to be normal

This commit is contained in:
kotaindah55 2025-04-18 17:20:08 +02:00
parent 18b3675b5f
commit fc78a7557c

View file

@ -32,6 +32,10 @@ mark {
border-radius: 2px; border-radius: 2px;
} }
.markdown-rendered mark.custom-highlight:not([style]) {
color: var(--text-normal);
}
.cm-highlight-color-btn { .cm-highlight-color-btn {
margin-inline: 2px; margin-inline: 2px;
width: 12px; width: 12px;