mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
add accesibility stuff and add webkit backdorp for ios/safari
This commit is contained in:
parent
38d6c901ff
commit
d03b4c2419
6 changed files with 19 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue