Fix color of muted statuses content not wrapped in a p tag
This commit is contained in:
parent
73f83ef399
commit
8942036345
1 changed files with 2 additions and 1 deletions
|
@ -647,7 +647,8 @@
|
||||||
|
|
||||||
.muted {
|
.muted {
|
||||||
.status__content p,
|
.status__content p,
|
||||||
.status__content a {
|
.status__content a,
|
||||||
|
.status__content_text {
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue