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;