fix: make background color black in meta

This commit is contained in:
Jet Pham 2026-03-05 10:11:53 -08:00
parent 3e9fc81e02
commit b3e15efb28
No known key found for this signature in database

View file

@ -16,7 +16,7 @@
}
],
"theme_color": "#a80055",
"background_color": "#a80055",
"background_color": "#000000",
"display": "standalone"
}