Fix contrast in notification request badge (#29826)

This commit is contained in:
Claire 2024-04-02 16:05:46 +02:00 committed by GitHub
parent f87959ab50
commit 0b9d4103cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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