From f41d67cf39addf7dea0359c90aea1fa00c168741 Mon Sep 17 00:00:00 2001 From: Prayag Date: Wed, 12 May 2021 08:28:43 +0530 Subject: [PATCH] Add 1 more option --- skins-3.0.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skins-3.0.json b/skins-3.0.json index b726dd8..ddb484b 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -337,6 +337,12 @@ } ] }, + { + "type": "checkBox", + "name": "Image gradient in title page", + "description": "removes the bg of detail ribbon and replace it with image gradient", + "css": ".detailRibbon {background: transparent;}.itemBackdrop {-webkit-mask: linear-gradient(to bottom, black 50%,transparent);mask: linear-gradient(to bottom, black 50%,transparent);}" + }, { "type": "checkBox", "name": "Minimal Actor's card",