]> cat aescling's git repositories - mastodon.git/commitdiff
Fix color of muted statuses content not wrapped in a p tag
authorThibaut Girka <thib@sitedethib.com>
Wed, 24 Apr 2019 18:30:02 +0000 (20:30 +0200)
committerThibG <thib@sitedethib.com>
Wed, 24 Apr 2019 20:40:17 +0000 (22:40 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index ef4e113dd8f10a50231c146dc81b39c99caf7a64..889bcaec04cda97701e72a3caf2edab7449cae75 100644 (file)
 
 .muted {
   .status__content p,
-  .status__content a {
+  .status__content a,
+  .status__content_text {
     color: $dark-text-color;
   }