Darken + add transparency to counter badges

This commit is contained in:
Anton Khorev 2024-04-13 20:26:20 +03:00
parent df77a93758
commit 8ff7e89cac

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