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

@ -16,6 +16,7 @@ div.header-main {
left: 0;
background-color: rgba(59, 59, 59, 0.885);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
div.header-main {
@ -233,4 +234,4 @@ h2 {
margin-top: 5px;
margin-right: 10px;
}
}
}