UX: Reset `mark` element highlight for WCAG schemes (#16593)
This commit is contained in:
parent
3e5faffb0d
commit
c76f684320
|
@ -291,4 +291,9 @@ html {
|
|||
color: var(--secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.cooked mark,
|
||||
.d-editor-preview mark {
|
||||
background-color: yellow; // resets to browser default
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue