[Glitch] Fix text color in "show more" link inside boost confirmation modal

Port ba917e15f6 to glitch-soc
remotes/1698178055505214576/signup-info-prompt
Thibaut Girka 2018-05-05 21:03:38 +02:00
parent 983328376b
commit bd3b9bf7b9
1 changed files with 4 additions and 0 deletions

View File

@ -425,6 +425,10 @@
top: 10px;
width: 48px;
}
.status__content__spoiler-link {
color: lighten($secondary-text-color, 8%);
}
}
.actions-modal {