A11Y: fix WCAG contrast for notification header (#16507)

This commit is contained in:
Kris 2022-04-19 18:20:50 -04:00 committed by GitHub
parent 9d5241d347
commit 5a76a3669b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ html.discourse-no-touch {
.btn-flat.delete.d-hover {
background: var(--danger);
}
.menu-links-header {
.btn-icon:hover {
.d-icon {
color: var(--primary);
}
}
}
}
html {