2
0

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

View File

@@ -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;
} }
} }