fix: improve button a11y

This commit is contained in:
Nolan Lawson 2022-11-12 07:07:40 -08:00
parent 0e9db8267a
commit 519da06d32

View file

@ -23,3 +23,8 @@ $base-shadow-color: $color8;
$base-overlay-background: $color8;
@import 'application';
// Change the color of button texts to improve a11y
.button, .simple_form button, .simple_form .button, .simple_form .block-button {
color: #141414;
}