Fix unreadable text color in report modal for some statuses (#9716)

Fix #9697
lolsob-rspec
Eugen Rochko 2019-01-04 13:54:56 +01:00 committed by GitHub
parent 631a91cbc0
commit f63fff4689
1 changed files with 1 additions and 0 deletions

View File

@ -4055,6 +4055,7 @@ a.status-card.compact:hover {
color: $highlight-text-color;
}
.status__content,
.status__content p {
color: $inverted-text-color;
}