From cc9a03a6a3306ccdbb2c9de344002897374c398d Mon Sep 17 00:00:00 2001 From: Levi <13402525+LeviSnoot@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:18:29 +0100 Subject: [PATCH] trakt button background 2024 --- assets/linkstack/css/brands.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/assets/linkstack/css/brands.css b/assets/linkstack/css/brands.css index 3e898db..af0a853 100644 --- a/assets/linkstack/css/brands.css +++ b/assets/linkstack/css/brands.css @@ -1113,12 +1113,21 @@ button.button-scribd{ /* Trakt */ .button.button-trakt { - color: #ffffff; - background-color: #ed1d24; -} -.button.button-trakt:hover, -.button.button-trakt:focus { - filter: brightness(90%); + color: white; + background: radial-gradient( + farthest-corner at 0% 100%, + rgb(245, 6, 19) 0%, + rgb(225, 20, 60) 10%, + rgb(207, 32, 97) 18%, + rgb(192, 43, 129) 27%, + rgb(180, 51, 154) 36%, + rgb(170, 57, 173) 47%, + rgb(164, 62, 187) 58%, + rgb(160, 65, 195) 73%, + rgb(159, 66, 198) 100% + ); + background-size: 400% 200%; + background-position: left bottom; } /* Trello */