Fix link colors in report modal

th-downstream
Thibaut Girka 6 years ago
parent c58ee84022
commit 0bf81fde9b

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

Loading…
Cancel
Save