about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authortrwnh <a@trwnh.com>2019-09-29 09:54:24 -0500
committerEugen Rochko <eugen@zeonfederated.com>2019-09-29 16:54:24 +0200
commitd51201a75ac47ac90615ee8987534c5772274779 (patch)
treef8cbf7f9efa91643243558c98479816b1a11a262 /app
parent9683e1dcf8bbddb07b818960abf254248be3575c (diff)
Fix muted text color not applying to all text (#11996)
Pleroma generates polls without p tag
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 7562cc709..398522afb 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1529,6 +1529,7 @@ a.account__display-name {
 }
 
 .muted {
+  .status__content,
   .status__content p,
   .status__content a {
     color: $dark-text-color;