Fix color of muted statuses content not wrapped in a p tag

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 73f83ef399
commit 8942036345

@ -647,7 +647,8 @@
.muted {
.status__content p,
.status__content a {
.status__content a,
.status__content_text {
color: $dark-text-color;
}

Loading…
Cancel
Save