Skip to content

Commit

Permalink
Increase contrast ratio for unread badge
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Oct 25, 2021
1 parent be862af commit d92911f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/_modules.scss
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions stylesheets/_variables.scss
Expand Up @@ -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
Expand Down

0 comments on commit d92911f

Please sign in to comment.