Commit fa56919a authored by Moody Salem's avatar Moody Salem

fix(theme): always show the gradient background color

parent 633f6567
...@@ -65,7 +65,6 @@ ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment