Fix spoiler link color in muted context

pull/622/head
Eugen Rochko 8 years ago
parent 5c4c046132
commit 8cca6bc58c

@ -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%);

Loading…
Cancel
Save