diff options
author | trwnh <a@trwnh.com> | 2019-09-29 09:54:24 -0500 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-29 16:54:24 +0200 |
commit | d51201a75ac47ac90615ee8987534c5772274779 (patch) | |
tree | f8cbf7f9efa91643243558c98479816b1a11a262 /app/javascript/styles | |
parent | 9683e1dcf8bbddb07b818960abf254248be3575c (diff) |
Fix muted text color not applying to all text (#11996)
Pleroma generates polls without p tag
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
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; |