Increase contrast ratio for unread badge

This commit is contained in:
Fedor Indutny 2021-10-25 15:02:13 -07:00 committed by GitHub
parent be862afd1a
commit d92911f475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5195,7 +5195,7 @@ button.module-image__border-overlay:focus {
background-color: $color-ultramarine;
}
@include dark-theme {
background-color: $color-ultramarine-light;
background-color: $color-ultramarine-dawn;
}
&--multiple-digits {

View File

@ -51,6 +51,7 @@ $color-black-alpha-90: rgba($color-black, 0.9);
$color-ultramarine-dark: #1851b4;
$color-ultramarine-icon: #3a76f0;
$color-ultramarine-light: #6191f3;
$color-ultramarine-dawn: #406ec9;
$color-ultramarine: #2c6bed;
// Flat colors