refactor: improve background colour inheritance in safari

This commit is contained in:
Carlos Valente
2026-05-09 21:59:16 +02:00
committed by Carlos Valente
parent 562f00dc7e
commit 5a33ffad92
5 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -15,5 +15,5 @@
"start_url": "./",
"display": "",
"theme_color": "#121212",
"background_color": "#ffffff"
"background_color": "#101010"
}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "",
"short_name": "",
"icons": [{ "src": "ontime-logo.png", "sizes": "295x295", "type": "image/png" }],
"theme_color": "#2B5ABC",
"theme_color": "#121212",
"background_color": "#101010",
"display": "standalone"
}