]> git.openstreetmap.org Git - rails.git/commitdiff
Darken + add transparency to counter badges
authorAnton Khorev <tony29@yandex.ru>
Sat, 13 Apr 2024 17:26:20 +0000 (20:26 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 13 Apr 2024 17:26:20 +0000 (20:26 +0300)
app/assets/stylesheets/common.scss

index 629d26a814be9bf633c582fbdd8dec12c99d47b4..1ecf1318b2ec087c30d9959c326b2faa2d7317f1 100644 (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;
 }