]> cat aescling's git repositories - mastodon.git/commitdiff
Fix unreadable text color in report modal for some statuses (#9716)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 4 Jan 2019 12:54:56 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Jan 2019 12:54:56 +0000 (13:54 +0100)
Fix #9697

app/javascript/styles/mastodon/components.scss

index 3b18b623f24c83e2823bfb05c3085add5d6f7f8d..a593e385d6a769d0e82932543b601f9ec0d288b6 100644 (file)
@@ -4055,6 +4055,7 @@ a.status-card.compact:hover {
     color: $highlight-text-color;
   }
 
+  .status__content,
   .status__content p {
     color: $inverted-text-color;
   }