From 12e66a644e7f240a175d9ff02c5f8bcea2b4c22b Mon Sep 17 00:00:00 2001 From: passthem Date: Thu, 2 Apr 2026 01:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8B=E9=93=BE=E9=83=A8=E5=88=86=E7=9A=84?= =?UTF-8?q?=E5=B1=82=E7=BA=A7=E8=AE=BE=E8=AE=A1=E4=BD=BF=E7=94=A8=E6=9B=B4?= =?UTF-8?q?=E5=8A=A0=20token=20=E5=8C=96=E7=9A=84=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style.css | 2 +- src/pages/index.astro | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/assets/style.css b/src/assets/style.css index bb634ea..daf933d 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -7,7 +7,7 @@ :root { color-scheme: light dark; - --color-bg-n: light-dark(oklch(100% 0 0), oklch(35% 0.02 270)); + --color-bg-n: light-dark(oklch(100% 0 0), oklch(35% 0.025 270)); --color-bg-0: light-dark(oklch(95% 0 0), oklch(30% 0.02 270)); --color-fg-0: light-dark(oklch(25% 0.02 270), oklch(90% 0.02 270)); --color-bg-1: light-dark(oklch(90% 0 0), oklch(25% 0.02 270)); diff --git a/src/pages/index.astro b/src/pages/index.astro index 5e07d98..29d6260 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -689,7 +689,8 @@ try { padding-block: 3rem; overflow-y: auto; margin-inline: 1rem; - background-color: rgb(from var(--color-bg-0) r g b / .3); + /* background-color: rgb(from var(--color-bg-0) r g b / .3); */ + background-color: rgb(from var(--color-bg-2) r g b / .5); border-radius: 2rem; backdrop-filter: blur(5px);