mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 08:25:55 +00:00
Fix color of muted statuses content not wrapped in a p tag
This commit is contained in:
parent
e4b65e6349
commit
b13c90f3e3
|
@ -647,7 +647,8 @@
|
|||
|
||||
.muted {
|
||||
.status__content p,
|
||||
.status__content a {
|
||||
.status__content a,
|
||||
.status__content_text {
|
||||
color: $dark-text-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue