From a72aad22df0f9dac0dd096571bb66b673e41be52 Mon Sep 17 00:00:00 2001 From: daoauth <57783762+daoauth@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:41:54 +0900 Subject: [PATCH] Update styles.module.css --- src/components/Banner/styles.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Banner/styles.module.css b/src/components/Banner/styles.module.css index cfcc9739d..25af644cd 100644 --- a/src/components/Banner/styles.module.css +++ b/src/components/Banner/styles.module.css @@ -37,9 +37,11 @@ } .banner-linear-gradient { + text-shadow: none; background: linear-gradient(270deg, #FF912C 24%, #2D6CFF 78%, #6AB8FF 100%); - -webkit-background-clip: text; + background: -webkit-linear-gradient(270deg, #FF912C 24%, #2D6CFF 78%, #6AB8FF 100%); background-clip: text; + -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 155%; }