From 250ee5c88f5d3de7437d83862461fd06bf62b086 Mon Sep 17 00:00:00 2001 From: Montia37 Date: Wed, 10 Sep 2025 10:11:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E7=B3=8A?= =?UTF-8?q?=E5=BA=A6=E8=B0=83=E6=95=B4=E6=97=A0=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 6464995..7a82af8 100644 --- a/src/index.css +++ b/src/index.css @@ -78,6 +78,7 @@ --sidebar-border: #e5e5e5; --sidebar-ring: #a1a1a1; + --purcarte-blur: 10px; --body-background-url: url(""); } @@ -130,7 +131,6 @@ @layer utilities { .radix-themes { - --purcarte-blur: 10px; --purcarte-card-color: var(--card-light); --theme-text-muted-color: rgb(from var(--accent-12) r g b / 0.8); --theme-line-muted-color: rgb(from var(--accent-10) r g b / 0.5); @@ -163,7 +163,7 @@ } .theme-card-style { - @apply rounded-lg shadow-sm shadow-(color:--accent-a4) box-border border border-(--accent-a4); + @apply rounded-lg shadow-sm shadow-(color:--accent-12)/50 box-border border border-(--accent-12)/50; } .theme-text-muted {