added oppacity in preparation for blur

This commit is contained in:
Jesse James Isler 2022-03-28 11:36:11 +02:00
parent dbde1b2df6
commit ad56fd9ce9
1 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,5 @@ html {
background-size: cover;
}
.card {
backdrop-filter: opacity(20%);
backdrop-filter: blur(2px);
opacity: 0.95 !important;
}