Updated backgrounds to have blur
This commit is contained in:
@ -7,7 +7,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.whspahTitle{
|
.whspahTitle{
|
||||||
background-color: #363636;
|
background-color: #363636da;
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
@ -18,7 +19,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contentBox{
|
.contentBox{
|
||||||
background-color: #363636;
|
background-color: #363636da;
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user