fix: have gradient-4 duplicate 1

This commit is contained in:
Derrick Hammer 2023-08-13 15:01:48 -04:00
parent 9de130107a
commit 1fc9cd82d3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 7 deletions

View File

@ -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;
}