feat: make the theme color darker

This commit is contained in:
2024-09-13 20:09:27 +02:00
parent ecd18b2f5d
commit 6a4fe60fff

View File

@ -4,7 +4,7 @@
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "standalone",
"background_color": "#27272a", "background_color": "#27272a",
"theme_color": "#e4e4e7", "theme_color": "#27272a",
"icons": [ "icons": [
{ {
"src": "/images/icon.png", "src": "/images/icon.png",