Fix report text color. (#8288)

This commit is contained in:
mayaeh 2018-08-19 22:51:57 +09:00 committed by Eugen Rochko
parent 91c929a42c
commit 0d1d9b9a33
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}