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",