UX: Reset `mark` element highlight for WCAG schemes (#16593)

This commit is contained in:
Penar Musaraj 2022-04-29 14:22:26 -04:00 committed by GitHub
parent 3e5faffb0d
commit c76f684320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -291,4 +291,9 @@ html {
color: var(--secondary);
}
}
.cooked mark,
.d-editor-preview mark {
background-color: yellow; // resets to browser default
}
}