diff options
author | mayaeh <mayaeh@marimo-net.org> | 2018-08-19 22:51:57 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-19 15:51:57 +0200 |
commit | 0d1d9b9a33149adbcdd063177eae9944462c91ff (patch) | |
tree | 3f582883617c67ab6f45359686b0468c2772b54d /app | |
parent | 91c929a42cbb71b47af976ec021f4be235b9f3fe (diff) |
Fix report text color. (#8288)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
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; } |