mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
e9de1ec19f
- Set background-color: #101010 on html/body/.App so the Safari iOS rubber-band overscroll area is dark instead of white - Always render body background style in ViewLoader (not just during Suspense fallback) so keyColour param and --background-color-override propagate to the body for the overscroll region - Add viewport-fit=cover, apple-mobile-web-app meta tags for proper iOS notch/safe-area handling - Fix manifest.json background_color from #ffffff to #101010 - Align theme_color across both manifests to #101010 https://claude.ai/code/session_016z5vU45pexTdkQV2eHJqh4
20 lines
323 B
JSON
20 lines
323 B
JSON
{
|
|
"name": "ontime",
|
|
"short_name": "ontime",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "ontime-logo.png",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"scope": "./",
|
|
"start_url": "./",
|
|
"display": "",
|
|
"theme_color": "#101010",
|
|
"background_color": "#101010"
|
|
}
|