Skip to content

Commit

Permalink
Fix muted text color not applying to all text (mastodon#11996)
Browse files Browse the repository at this point in the history
Pleroma generates polls without p tag
  • Loading branch information
trwnh authored and hiyuki2578 committed Oct 2, 2019
1 parent 9e4d6b4 commit 102e348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ a.account__display-name {
}

.muted {
.status__content,
.status__content p,
.status__content a {
color: $dark-text-color;
Expand Down

0 comments on commit 102e348

Please sign in to comment.