mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-16 15:16:38 +00:00
Fix link colors in report modal
This commit is contained in:
parent
b3a236637e
commit
983328376b
|
@ -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…
Reference in a new issue