Skip to content

Commit

Permalink
Fix report text color. (mastodon#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh authored and Gargron committed Aug 19, 2018
1 parent 91c929a commit 0d1d9b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0d1d9b9

Please sign in to comment.