adjusted blurryness

This commit is contained in:
Jesse James Isler 2022-03-28 11:42:40 +02:00
parent 92f3ee5082
commit 8b4807785b
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ html {
opacity: 0.95 !important;
}
.blurry {
backdrop-filter: blur(40px) !important;
backdrop-filter: blur(7px) !important;
}