[Glitch] Fix contrast in notification request badge

Port 0b9d4103cb to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2699/head
Claire 2024-04-02 16:05:46 +02:00
parent 15f6d2d038
commit 46cc9141c9
1 changed files with 2 additions and 1 deletions

View File

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