From 8792e56f03e881b233f5118e1f476b31f083ca69 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 15 Jun 2024 13:10:59 -1000 Subject: [PATCH] fix: :bug: Add background color for PWA --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index efe004b..6bc592f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,6 +24,7 @@ export default defineNuxtConfig({ short_name: "Lysand", description: "Frontend for the Lysand social network", theme_color: "#f9a8d4", + background_color: "#131313", display: "standalone", lang: "en", categories: ["social", "development"],