add accesibility stuff and add webkit backdorp for ios/safari

This commit is contained in:
zyqunix 2025-03-20 07:36:20 +01:00
parent 38d6c901ff
commit d03b4c2419
6 changed files with 19 additions and 10 deletions

View file

@ -11,6 +11,7 @@ div.top {
position: fixed;
background-color: #242424dd;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
user-select: none;
z-index: 9999;
}