From 7c44bee28564c1e2d211aba3ff217d114a12f80c Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 12 Dec 2024 17:49:19 -0500 Subject: [PATCH] Set default meta color --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f3b2c98..b4de035 100755 --- a/config.json +++ b/config.json @@ -5,7 +5,7 @@ "SiteProtocol": "http", "SiteDomain": "localhost:2014", "SiteBase": "", - "MetaColor": "", + "MetaColor": "#161616", "WhiteLabel": "true", "FooterVersion": "true" },