Skip to content
Snippets Groups Projects
Commit 8cca6bc5 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix spoiler link color in muted context

parent 5c4c0461
No related branches found
No related tags found
No related merge requests found
......@@ -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%);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment