Fix color of muted statuses content not wrapped in a p tag
This commit is contained in:
@ -647,7 +647,8 @@
|
||||
|
||||
.muted {
|
||||
.status__content p,
|
||||
.status__content a {
|
||||
.status__content a,
|
||||
.status__content_text {
|
||||
color: $dark-text-color;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user