From b2cc79d9dfc5e3ca69778c8aae8a526f0bfdae7f Mon Sep 17 00:00:00 2001 From: Prayag <55829513+prayag17@users.noreply.github.com> Date: Mon, 30 Nov 2020 15:33:52 +0530 Subject: [PATCH] added links to slider css --- skins-3.0.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index 4aa27c6..9c33f43 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -211,17 +211,17 @@ "type": "slider", "step": "0.1", "name": "Border Radius", - "description": "Change the roundness of text box and more", - "css": "@import url('pathtocsslink'); :root{--rounding: $px;}", - "default":"1" + "description": "Change the roundness of text box and more default is zero", + "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}", + "default":"0" }, { "type": "slider", "step": "0.1", "name": "Backdrop Blur", - "description": "adds blur to the backdrop images", - "css": "@import url(''); :root{--bgblur: $px}", - "default": "1" + "description": "adds blur to the backdrop images default is zero", + "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}", + "default": "0" } ] }