From: mayaeh Date: Sun, 19 Aug 2018 13:51:57 +0000 (+0900) Subject: Fix report text color. (#8288) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0d1d9b9a33149adbcdd063177eae9944462c91ff;p=mastodon.git Fix report text color. (#8288) --- 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; }