Browse Source
Fix wrong text color on some buttons in light theme in web UI (#23156)
closed-social-glitch-2
Eugen Rochko
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
app/javascript/styles/mastodon-light/diff.scss
|
|
@ -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, |
|
|
|