From 4472de066067e196c67c48050a2703de330936bc Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 28 Jul 2022 20:25:50 -0400 Subject: [PATCH] Add additional protection for story captions --- stylesheets/components/StoryViewer.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/components/StoryViewer.scss b/stylesheets/components/StoryViewer.scss index 5df9b82bd..0dab72690 100644 --- a/stylesheets/components/StoryViewer.scss +++ b/stylesheets/components/StoryViewer.scss @@ -88,7 +88,7 @@ &__caption { @include font-body-1; - color: $color-gray-05; + color: $color-white; padding: 4px 0; margin-bottom: 24px; @@ -314,9 +314,9 @@ } &--bottom { - background: linear-gradient($color-transparent, $color-black-alpha-40); + background: linear-gradient($color-transparent, $color-black-alpha-60); bottom: 0; - height: 180px; + height: 256px; } } }