1
0
Fork 1
forked from fedi/mastodon

Fix wrong text color on some buttons in light theme in web UI (#23156)

This commit is contained in:
Eugen Rochko 2023-01-19 15:51:27 +01:00 committed by talon
parent 9d40fea4e4
commit 67f1e14e84

View file

@ -12,6 +12,14 @@ html {
&.button-alternative-2 {
color: $white;
}
&.button-tertiary {
color: $highlight-text-color;
}
}
.simple_form .button.button-tertiary {
color: $highlight-text-color;
}
.status-card__actions button,