]> cat aescling's git repositories - mastodon.git/commitdiff
Fix report text color. (#8288)
authormayaeh <mayaeh@marimo-net.org>
Sun, 19 Aug 2018 13:51:57 +0000 (22:51 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 19 Aug 2018 13:51:57 +0000 (15:51 +0200)
app/javascript/styles/mastodon/components.scss

index 7c58828fd69ad34855000c64ffa5c2ab5d10d000..399e3a394269a3e2275e1f9384d6e9b35a18ac2b 100644 (file)
@@ -4176,6 +4176,10 @@ a.status-card {
     color: $highlight-text-color;
   }
 
+  .status__content p {
+    color: $inverted-text-color;
+  }
+
   @media screen and (max-width: 480px) {
     max-height: 10vh;
   }