From 439bfd43c1b48dd0455ce5955a9db02530eb7d23 Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 9 Jan 2023 17:24:33 +0000 Subject: [PATCH] fix: add text shadow on collections --- src/components/modals/main/scss/marketplace/_main.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/modals/main/scss/marketplace/_main.scss b/src/components/modals/main/scss/marketplace/_main.scss index 836e2635..9ebf2caf 100644 --- a/src/components/modals/main/scss/marketplace/_main.scss +++ b/src/components/modals/main/scss/marketplace/_main.scss @@ -415,6 +415,7 @@ p.author { display: flex; flex-flow: column; text-align: center; + text-shadow: #000 0 0 15px; .mainTitle { justify-content: center; color: #fff !important; @@ -446,6 +447,7 @@ p.author { flex-flow: column; gap: 15px; max-width: 250px; + text-shadow: #000 0 0 15px; .title { color: #fff !important;