From 956d13a00f6d25097e2754a4e28bdbae10aae8af Mon Sep 17 00:00:00 2001 From: Tango Date: Tue, 2 Jun 2026 18:27:00 +0100 Subject: [PATCH] Updated backgrounds to have blur --- www/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/styles.css b/www/styles.css index 2504d47..6f2ddc9 100644 --- a/www/styles.css +++ b/www/styles.css @@ -7,7 +7,8 @@ body { } .whspahTitle{ - background-color: #363636; + background-color: #363636da; + backdrop-filter: blur(10px); text-align: center; width: max-content; margin:0 auto; @@ -18,7 +19,8 @@ body { } .contentBox{ - background-color: #363636; + background-color: #363636da; + backdrop-filter: blur(10px); text-align: center; width: max-content; margin:0 auto;