fix: improve button a11y

nolan/button-a11y
Nolan Lawson 2022-11-12 07:07:40 -08:00
parent 0e9db8267a
commit 519da06d32
1 changed files with 5 additions and 0 deletions

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;
}