From cc5ccb41a09a77e6b80402c7b0cd355060c6db41 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Wed, 10 Feb 2021 00:34:49 +0100 Subject: [PATCH] Change default color of Novachromic --- skins-3.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins-3.0.json b/skins-3.0.json index 01e6571..bfc317d 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -225,7 +225,7 @@ "name": "Accent color", "description": "Choose a custom accent color to use with the theme.", "css": ":root {--accent: $;}", - "default": "#6279cd" + "default": "#ffffff" } ] }