feat: add iOS-focused PWA shell with service worker and manifest

This commit is contained in:
Oliver 2026-02-15 16:12:04 +01:00
parent 56b8825ca5
commit fea5fe9cbb
No known key found for this signature in database
9 changed files with 176 additions and 3 deletions

View file

@ -20,6 +20,11 @@ body {
font-family: "Avenir Next", "Segoe UI", sans-serif;
color: var(--ink);
background: linear-gradient(160deg, #f7fbfa 0%, #edf3fb 100%);
-webkit-text-size-adjust: 100%;
padding-top: env(safe-area-inset-top);
padding-right: env(safe-area-inset-right);
padding-bottom: env(safe-area-inset-bottom);
padding-left: env(safe-area-inset-left);
}
.background {
@ -72,6 +77,11 @@ body {
color: #486270;
}
#ios-install-hint {
display: block;
color: #486270;
}
.grid {
max-width: 1120px;
margin: 8px auto 32px;