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

@ -109,6 +109,7 @@ p, h6, h1, h3 {
justify-content: left;
background-color: rgb(42,42,42,0.775);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
width: 100%;
}
@ -140,4 +141,4 @@ p, h6, h1, h3 {
border-radius: 10px;
background-color: #747474;
}
}