Increase contrast ratio for unread badge
This commit is contained in:
parent
be862afd1a
commit
d92911f475
2 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue