about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-10 23:01:02 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-10 23:01:02 +0100
commit8cca6bc58c1d5b42e5acdce294ddbe048f0c5e85 (patch)
tree35f5994fe4f1b481306a836207cabc2e9c245c8d /app/assets/stylesheets
parent5c4c046132da522887b11143d06eb5bec0f5f677 (diff)
Fix spoiler link color in muted context
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index c60ca0291..f0948b0f3 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -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%);