better shadows

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

View File

@ -10,5 +10,7 @@ html {
}
.blurry {
backdrop-filter: blur(7px) !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px
-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);
}