fix(theme): always show the gradient background color

This commit is contained in:
Moody Salem 2021-06-28 19:47:22 -05:00
parent 633f65676e
commit fa56919a06
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -65,7 +65,6 @@
height: 200vh; height: 200vh;
background: radial-gradient(50% 50% at 50% 50%, #fc077d10 0%, rgba(255, 255, 255, 0) 100%); background: radial-gradient(50% 50% at 50% 50%, #fc077d10 0%, rgba(255, 255, 255, 0) 100%);
transform: translate(-50vw, -100vh); transform: translate(-50vw, -100vh);
mix-blend-mode: color;
z-index: -1; z-index: -1;
} }