From 5fc0ba5ce275a85bf4e5882785bfb4243b1d52eb Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:06:19 +0000 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 34d345a..9ef44b4 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,7 @@ img { position: fixed; background-color: rgba(59, 59, 59, 0.885); padding: 1.5vh 2vw; - backdrop-filter: blur(5px); + backdrop-filter: blur(3px); font-size: large; top: 0; border-bottom: 1px solid rgba(70, 70, 70, 0.885);