service worker, attempt 1

This commit is contained in:
2022-06-12 00:14:06 +02:00
parent 9fb89f31d5
commit 05623222c8
5 changed files with 174 additions and 30 deletions

View File

@@ -160,6 +160,10 @@ header.fullscreen #search {
max-width: 500px;
}
header #update {
display: none;
}
.header-animation {
animation: clearly-cheating 1s ease-in-out;
}