Fix SW Caching

This commit is contained in:
Shiny Nematoda 2023-05-01 09:44:34 +00:00
parent a9dfca0bf0
commit 99612733a1
No known key found for this signature in database
GPG key ID: 367DA4C64DF057AD
5 changed files with 324 additions and 304 deletions

View file

@ -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);

View file

@ -1,3 +1,3 @@
{
"date": "2023-04-16"
"date": "2023-05-01"
}