commit: 68fd7ee6a435c3fdef82b2b92d9e8f6f550a61aa
parent: 7a9212dfebcca48721433955c4b150e0c67f7803
Author: Morgan Bazalgette <the@howl.moe>
Date: Sun, 1 Apr 2018 22:23:30 +0200
Fix statuses embedded in like/boost notifs being white
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
@@ -1372,7 +1372,7 @@
}
.muted {
- .status__content p,
+ .status__content,
.status__content a {
color: $ui-base-lighter-color;
}