style(background): change glows

This commit is contained in:
2026-04-16 21:56:07 +02:00
parent 5c59da8ac3
commit ac4ec9e646
+5 -5
View File
@@ -42,7 +42,7 @@
.bg-glow {
position: absolute;
border-radius: 50%;
filter: blur(120px);
filter: blur(150px);
opacity: 0;
transform: scale(0.6);
@@ -56,14 +56,14 @@
.bg-glow-1 {
top: 20%;
left: 15%;
width: 500px;
height: 500px;
width: 400px;
height: 400px;
background: radial-gradient(
circle,
color-mix(in oklch, var(--foreground) 18%, transparent) 0%,
color-mix(in oklch, var(--primary) 9%, transparent) 45%,
transparent 70%
transparent 50%
);
opacity: 0.6;
@@ -80,7 +80,7 @@
circle,
color-mix(in oklch, var(--foreground) 15%, transparent) 0%,
color-mix(in oklch, var(--primary) 6%, transparent) 50%,
transparent 75%
transparent 50%
);
opacity: 0.55;