diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-04 13:54:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 13:54:56 +0100 |
commit | 92daf7cd373dab6d53723cbdb9bec0e4d8ad1245 (patch) | |
tree | 2b88e1770323138917fffa4ea2d0f3b12383eb1b /app | |
parent | 6f9a7bd02ca9efe5e798d8f4642f94ad4b5b88a2 (diff) |
Fix unreadable text color in report modal for some statuses (#9716)
Fix #9697
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3b18b623f..a593e385d 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4055,6 +4055,7 @@ a.status-card.compact:hover { color: $highlight-text-color; } + .status__content, .status__content p { color: $inverted-text-color; } |