]> cat aescling's git repositories - mastodon.git/commitdiff
Fix text color of some formatted elements in notifications
authorThibaut Girka <thib@sitedethib.com>
Sun, 12 May 2019 17:11:08 +0000 (19:11 +0200)
committerThibG <thib@sitedethib.com>
Sun, 12 May 2019 17:23:32 +0000 (19:23 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index fb031258f9840482949d379c1482da4dc75e06ce..b43931a5f99625f0c255339ffe9c49d3310a8c20 100644 (file)
 .muted {
   .status__content p,
   .status__content a,
-  .status__content_text {
+  .status__content__text {
     color: $dark-text-color;
   }