Updated backgrounds to have blur

This commit is contained in:
2026-06-02 18:27:00 +01:00
parent 195c70d526
commit 956d13a00f

View File

@ -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;