about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2023-01-19 15:51:27 +0100
committerGitHub <noreply@github.com>2023-01-19 15:51:27 +0100
commit13e9d91ba7adbf2b9d595b906f28e0c2caf4c90c (patch)
tree2743942115ba38e98c2ad6bca43b6d9d7f4ad11b
parent4894deca7ef5aad3f1c42a3dd4a155362757715b (diff)
Fix wrong text color on some buttons in light theme in web UI (#23156)
-rw-r--r--app/javascript/styles/mastodon-light/diff.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss
index 123fe0c67..596b7786b 100644
--- a/app/javascript/styles/mastodon-light/diff.scss
+++ b/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,