]> littlesong.place Git - littlesongplace.git/commitdiff
Fix colors for mobile PWA
authorChris Fulljames <christianfulljames@gmail.com>
Sat, 12 Jul 2025 16:06:59 +0000 (12:06 -0400)
committerChris Fulljames <christianfulljames@gmail.com>
Sat, 23 Aug 2025 11:30:17 +0000 (07:30 -0400)
src/littlesongplace/static/manifest.json

index e46cd2888e79d2a8b0a66e1d154421242b51fb00..9f0c8417b9a4166753ec4d929536155cdb221473 100644 (file)
@@ -10,6 +10,6 @@
   ],
   "start_url": ".",
   "display": "standalone",
-  "theme_color": "#000000",
-  "background_color": "#ffffff"
+  "theme_color": "#e8e6b5",
+  "background_color": "#e8e6b5"
 }