[Glitch] Fix contrast in notification request badge
Port 0b9d4103cb
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
15f6d2d038
commit
46cc9141c9
|
@ -10692,9 +10692,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…
Reference in New Issue