about summary refs log tree commit diff
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2018-08-19 22:51:57 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-08-19 15:51:57 +0200
commit0d1d9b9a33149adbcdd063177eae9944462c91ff (patch)
tree3f582883617c67ab6f45359686b0468c2772b54d
parent91c929a42cbb71b47af976ec021f4be235b9f3fe (diff)
Fix report text color. (#8288)
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 7c58828fd..399e3a394 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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;
   }