Fix spoiler link color in muted context

This commit is contained in:
Eugen Rochko 2017-02-10 23:01:02 +01:00
parent 5c4c046132
commit 8cca6bc58c
1 changed files with 2 additions and 1 deletions

View File

@ -423,8 +423,9 @@ a.status__content__spoiler-link {
opacity: 0.5;
}
.status__content__spoiler-link {
a.status__content__spoiler-link {
background: lighten($color1, 26%);
color: lighten($color1, 4%);
&:hover {
background: lighten($color1, 29%);