mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-20 00:21:11 +00:00
fix: improve button a11y
This commit is contained in:
parent
0e9db8267a
commit
519da06d32
|
@ -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 New Issue
Block a user