Updated backgrounds to have blur
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user