Fix link colors in report modal

signup-info-prompt
Thibaut Girka 2018-05-05 21:01:15 +02:00
parent b3a236637e
commit 983328376b
1 changed files with 4 additions and 0 deletions

View File

@ -532,6 +532,10 @@
overflow-y: auto;
overflow-x: hidden;
.status__content a {
color: $highlight-text-color;
}
@media screen and (max-width: 480px) {
max-height: 10vh;
}