From c30f0975644d15c242b17e89d9808f90e50e5217 Mon Sep 17 00:00:00 2001 From: Zakarya Date: Sat, 4 Jan 2025 19:17:02 -0800 Subject: [PATCH] Increase blur --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 06ed9b9..f381764 100644 --- a/css/style.css +++ b/css/style.css @@ -117,7 +117,7 @@ div.panel { border-radius: 8px; box-shadow: 1px 1px 8px #00000033; background-color: #ffffff22; - backdrop-filter: blur(3px); + backdrop-filter: blur(5px); } main div.heading {