fix: improve button a11y
This commit is contained in:
parent
0e9db8267a
commit
519da06d32
1 changed files with 5 additions and 0 deletions
|
@ -23,3 +23,8 @@ $base-shadow-color: $color8;
|
||||||
$base-overlay-background: $color8;
|
$base-overlay-background: $color8;
|
||||||
|
|
||||||
@import 'application';
|
@import 'application';
|
||||||
|
|
||||||
|
// Change the color of button texts to improve a11y
|
||||||
|
.button, .simple_form button, .simple_form .button, .simple_form .block-button {
|
||||||
|
color: #141414;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue