]> cat aescling's git repositories - mastodon.git/commitdiff
Fix spoiler link color in muted context
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 10 Feb 2017 22:01:02 +0000 (23:01 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 10 Feb 2017 22:01:02 +0000 (23:01 +0100)
app/assets/stylesheets/components.scss

index c60ca029139a833dbf0417b668075c66e91a8acd..f0948b0f39a9186add61e723cdfb8999211e77bd 100644 (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%);