mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Fix SW Caching
This commit is contained in:
parent
a9dfca0bf0
commit
99612733a1
5 changed files with 324 additions and 304 deletions
|
@ -92,7 +92,8 @@ body[data-theme*='blur'] #statusbar,
|
|||
body[data-theme*='blur'] .txt-modal,
|
||||
body[data-theme*='blur'] .pl-modal,
|
||||
body[data-theme*='blur'] .modal-box,
|
||||
body[data-theme*='blur'] .popup input[type='text'] {
|
||||
body[data-theme*='blur'] .popup input[type='text'],
|
||||
body[data-theme*='blur'] .us-box {
|
||||
background: var(--color-blur);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"date": "2023-04-16"
|
||||
"date": "2023-05-01"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue