trakt button background 2024

This commit is contained in:
Levi 2024-11-07 11:18:29 +01:00 committed by GitHub
parent ac6daad444
commit cc9a03a6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 6 deletions

View File

@ -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 */