mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +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
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue