From be974af9b6aca4bc4124c7b8023d2bcd80a350e7 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Tue, 10 Nov 2020 19:07:22 +0100 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index 6eb435c..997f57c 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -41,7 +41,7 @@ "type":"colorPicker", "name": "Accent color", "description": "Choose the color for accents.", - "css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}" + "css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}", "default":"" } ] @@ -68,14 +68,14 @@ "type":"number", "name": "Modify rounding", "description": "By adding this variable at the bottom, after the import lines, the rounding can be removed, reduced or increased.", - "css": ":root {--rounding: $px;}" + "css": ":root {--rounding: $px;}", "default":"0" }, { "type":"colorPicker", "name": "Accent color", "description": "This is now integrated into the theme and requires no additional import line, and uses a variable same as rounding. Use any RGB color picker to find the value for any given color and enter it", - "css": ":root {--accent: $;}" + "css": ":root {--accent: $;}", "default" :"" } ]