[Glitch] Fix text color in "show more" link inside boost confirmation modal
Port b5d0bf338c
to glitch-soc
lolsob-rspec
parent
0bf81fde9b
commit
995eea1836
|
@ -425,6 +425,10 @@
|
||||||
top: 10px;
|
top: 10px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status__content__spoiler-link {
|
||||||
|
color: lighten($secondary-text-color, 8%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions-modal {
|
.actions-modal {
|
||||||
|
|
Loading…
Reference in New Issue