mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
trakt button background 2024
This commit is contained in:
parent
ac6daad444
commit
cc9a03a6a3
21
assets/linkstack/css/brands.css
vendored
21
assets/linkstack/css/brands.css
vendored
@ -1113,12 +1113,21 @@ button.button-scribd{
|
|||||||
|
|
||||||
/* Trakt */
|
/* Trakt */
|
||||||
.button.button-trakt {
|
.button.button-trakt {
|
||||||
color: #ffffff;
|
color: white;
|
||||||
background-color: #ed1d24;
|
background: radial-gradient(
|
||||||
}
|
farthest-corner at 0% 100%,
|
||||||
.button.button-trakt:hover,
|
rgb(245, 6, 19) 0%,
|
||||||
.button.button-trakt:focus {
|
rgb(225, 20, 60) 10%,
|
||||||
filter: brightness(90%);
|
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 */
|
/* Trello */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user