From 72fd9f97dae9ab8a806b8617d7776d7f9b9bfe21 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Tue, 2 Aug 2022 10:38:55 +0100 Subject: [PATCH] fix: collection gradient --- src/components/modals/main/scss/marketplace/_main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/main/scss/marketplace/_main.scss b/src/components/modals/main/scss/marketplace/_main.scss index 964577ed..2223c4a9 100644 --- a/src/components/modals/main/scss/marketplace/_main.scss +++ b/src/components/modals/main/scss/marketplace/_main.scss @@ -346,7 +346,7 @@ p.author { @include themed() { border-radius: t($borderRadius); - background-image: linear-gradient(to bottom, transparent, t($modal-background)), + background-image: linear-gradient(to bottom, transparent, #2f3542), url('https://external-preview.redd.it/JyhsEoGMhKIMi3kvfBS24L0IllAO_KrIm4UI-dA1Ax4.jpg?auto=webp&s=b5adf9859b2c1855a5b3085f9453a6e878548505'); } .nice-tag {