From 51bebe00c83b44edc47b531b7dc19736f7b3dfb2 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:32:14 +0200 Subject: [PATCH] Theme color to bg color --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index 01ce87b14..1f8bb8526 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -58,7 +58,7 @@ export const meta: MetaFunction = () => ({ description: "Competitive Splatoon Hub featuring gear planner, event calendar, builds by top players, and more!", viewport: "width=device-width,initial-scale=1", - "theme-color": "#8263de", + "theme-color": "#02011e", "og:image": COMMON_PREVIEW_IMAGE, });