about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/modal.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-05 21:03:38 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-05 22:33:02 +0200
commitbd3b9bf7b9b0fa934475684d631b3fa18928c084 (patch)
tree1f8503405f8e0e9b0d8798269ac083a21e7ec218 /app/javascript/flavours/glitch/styles/components/modal.scss
parent983328376bb3e64c4863d7d3304c3ef8d218e08c (diff)
[Glitch] Fix text color in "show more" link inside boost confirmation modal
Port ba917e15f66c7848fe943e571d1ec5eeb549b59d to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/modal.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/modal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss
index b6795c1a2..e3f74cb34 100644
--- a/app/javascript/flavours/glitch/styles/components/modal.scss
+++ b/app/javascript/flavours/glitch/styles/components/modal.scss
@@ -425,6 +425,10 @@
     top: 10px;
     width: 48px;
   }
+
+  .status__content__spoiler-link {
+    color: lighten($secondary-text-color, 8%);
+  }
 }
 
 .actions-modal {