Merge remote-tracking branch 'upstream/pull/4699'

This commit is contained in:
Tom Hughes 2024-04-14 18:55:24 +01:00
commit 258964f5fa

View file

@ -245,7 +245,7 @@ body.small-nav {
/* Utility for styling notification numbers */
.count-number {
background: lighten($green, 30%);
background: transparentize(lighten($green, 25%), .25);
color: $gray-800;
font-weight: $font-weight-normal;
}