feat: 调整背景色

This commit is contained in:
hzm
2026-02-24 08:33:37 +08:00
parent d1bf5db4c5
commit b59f1c809f

View File

@@ -34,19 +34,20 @@ body::before {
inset: 0;
z-index: -1;
pointer-events: none;
/* 降低顶部光晕强度,上方颜色更深 */
background:
radial-gradient(
ellipse 140% 140% at 10% -10%,
rgba(96, 165, 250, 0.14) 0%,
rgba(96, 165, 250, 0.06) 35%,
rgba(96, 165, 250, 0.02) 55%,
rgba(96, 165, 250, 0.08) 0%,
rgba(96, 165, 250, 0.035) 35%,
rgba(96, 165, 250, 0.01) 55%,
transparent 72%
),
radial-gradient(
ellipse 140% 140% at 90% 0%,
rgba(34, 211, 238, 0.12) 0%,
rgba(34, 211, 238, 0.05) 38%,
rgba(34, 211, 238, 0.01) 58%,
rgba(34, 211, 238, 0.07) 0%,
rgba(34, 211, 238, 0.03) 38%,
rgba(34, 211, 238, 0.008) 58%,
transparent 75%
);
}