diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-05-05 21:03:38 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-05-05 22:33:02 +0200 |
commit | bd3b9bf7b9b0fa934475684d631b3fa18928c084 (patch) | |
tree | 1f8503405f8e0e9b0d8798269ac083a21e7ec218 | |
parent | 983328376bb3e64c4863d7d3304c3ef8d218e08c (diff) |
[Glitch] Fix text color in "show more" link inside boost confirmation modal
Port ba917e15f66c7848fe943e571d1ec5eeb549b59d to glitch-soc
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/modal.scss | 4 |
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 { |