From 0dd8f485dff7274e6209fb0b3df027e1965ede3a Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Tue, 10 Nov 2020 23:34:34 +0100 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index 443646f..d9ca913 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -36,6 +36,13 @@ "name": "Restore bottom bar style episode progress", "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" + }, + { + "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;}", + "default":"5" }, { "type":"colorPicker", @@ -69,14 +76,14 @@ "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;}", - "default":"0" + "default":"12" }, { "type":"colorPicker", "name": "Accent color", "description": "Choose a custom accent color to use with the theme.", "css": ":root {--accent: $;}", - "default" :"" + "default" :"#6279cd" } ] },