Add webkit backdrop filter
All checks were successful
/ publish (push) Successful in 4s

This commit is contained in:
asonix 2024-02-11 12:41:47 -06:00
parent abf49e296a
commit 2d9df3c358

View file

@ -95,6 +95,7 @@
}
.overlay {
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
background-color: #ffffffcb;
max-width: 800px;