Fix contrast in notification request badge (#29826)

pull/29829/head
Claire 1 year ago committed by GitHub
parent f87959ab50
commit 0b9d4103cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10104,9 +10104,10 @@ noscript {
} }
.filtered-notifications-banner__badge { .filtered-notifications-banner__badge {
background-color: $highlight-text-color; background: $ui-button-background-color;
border-radius: 4px; border-radius: 4px;
padding: 1px 6px; padding: 1px 6px;
color: $white;
} }
} }

Loading…
Cancel
Save