mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Reset mark element highlight for WCAG schemes (#16593)
This commit is contained in:
@@ -291,4 +291,9 @@ html {
|
||||
color: var(--secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.cooked mark,
|
||||
.d-editor-preview mark {
|
||||
background-color: yellow; // resets to browser default
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user