Fix link colors in report modal

main
Thibaut Girka 6 years ago
parent b3a236637e
commit 983328376b

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

Loading…
Cancel
Save