From 127b1881a1b0a912f0e47b5ff5bc2876032c1c24 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 15 Dec 2021 11:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=A4=9C=E9=97=B4?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/globals.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 55234db6..ced64d08 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -150,19 +150,13 @@ nav { } .glassmorphism{ - background: rgba(255, 255, 255, .7); + background: rgba(255, 255, 255, 0.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); } .dark .glassmorphism{ - background: rgba(0, 0, 0, .7); + background: rgba(31, 41, 55, .5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); -} - -.glassmorphism{ - background: rgba(255, 255, 255, .7); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); -} +} \ No newline at end of file