Box shadows look stupid

This commit is contained in:
Jesse James Isler 2022-03-28 13:33:41 +02:00
parent 8c0f08ec08
commit 7885ccc789
1 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,4 @@ html {
}
.blurry {
backdrop-filter: blur(7px) !important;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}