X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cd7bbf99ddc659b113049a625a3c60a4edcd4b3a..258964f5fa27b7dafe17850f91ce3c22862314d0:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3f7c0b48f..fd12d7e6b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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; }