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

This commit is contained in:
Thibaut Girka 2019-04-24 20:30:02 +02:00 committed by ThibG
parent 73f83ef399
commit 8942036345

View file

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