diff --git a/src/components/Feed/ArticleCard.module.scss b/src/components/Feed/ArticleCard.module.scss index 69878541..ea72743a 100644 --- a/src/components/Feed/ArticleCard.module.scss +++ b/src/components/Feed/ArticleCard.module.scss @@ -322,6 +322,12 @@ } } } + + &:global(.swiper-slide-active) .shoutCardCover { + &:after { + background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 70%) 100%); + } + } } .shoutCardWithCover {