mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 21:57:19 +00:00
fix: improve contrast on badge icon
This commit is contained in:
parent
519da06d32
commit
c088c35271
|
@ -25,6 +25,6 @@ $base-overlay-background: $color8;
|
||||||
@import 'application';
|
@import 'application';
|
||||||
|
|
||||||
// Change the color of button texts to improve a11y
|
// Change the color of button texts to improve a11y
|
||||||
.button, .simple_form button, .simple_form .button, .simple_form .block-button {
|
.button, .simple_form button, .simple_form .button, .simple_form .block-button, .icon-with-badge__badge {
|
||||||
color: #141414;
|
color: #141414;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue