From 1fc9cd82d37c8274e586ab475bdd70de63b5f902 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 13 Aug 2023 15:01:48 -0400 Subject: [PATCH] fix: have gradient-4 duplicate 1 --- ui/apps/dashboard/components/Art.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ui/apps/dashboard/components/Art.scss b/ui/apps/dashboard/components/Art.scss index 2a7aa74..8375da3 100644 --- a/ui/apps/dashboard/components/Art.scss +++ b/ui/apps/dashboard/components/Art.scss @@ -59,13 +59,7 @@ } .gradient-4 { - background: conic-gradient( - from 180deg at 50% 50%, - #2f2f2f -15.8deg, - #66d155 222.32deg, - #2f2f2f 344.2deg, - #66d155 582.32deg - ); + background: radial-gradient(circle, rgba(75,75,75,1) 0%, rgba(0,0,0,1) 100%); opacity: 0; z-index: -4; }