mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-25 16:24:00 +00:00
Fix unreadable text color in report modal for some statuses (#9716)
Fix #9697
This commit is contained in:
parent
6f9a7bd02c
commit
92daf7cd37
|
@ -4055,6 +4055,7 @@ a.status-card.compact:hover {
|
||||||
color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status__content,
|
||||||
.status__content p {
|
.status__content p {
|
||||||
color: $inverted-text-color;
|
color: $inverted-text-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue