From ddc95fdacb2d5a25b273009520e8f061908eb0a3 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 13:06:40 -0800 Subject: [PATCH] increase blur hopefully makes readability better --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index d12eb86..5b8020f 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ body { margin-right: auto; width: 75%; grid-gap: 20px; - backdrop-filter: blur(15px); + backdrop-filter: blur(30px); background-color: rgba(35, 38, 52, 0.35); } @@ -188,4 +188,4 @@ a:visited { display: flex; } -} \ No newline at end of file +}