mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
chore: force text color in the highlight to be normal
This commit is contained in:
parent
18b3675b5f
commit
fc78a7557c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue