We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f67ef9 + 2ba0085 commit 6bf1863Copy full SHA for 6bf1863
2 files changed
assets/linkstack/css/brands.css
@@ -1113,12 +1113,21 @@ button.button-scribd{
1113
1114
/* Trakt */
1115
.button.button-trakt {
1116
- color: #ffffff;
1117
- background-color: #ed1d24;
1118
-}
1119
-.button.button-trakt:hover,
1120
-.button.button-trakt:focus {
1121
- 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%,
1122
+ rgb(192, 43, 129) 27%,
1123
+ rgb(180, 51, 154) 36%,
1124
+ rgb(170, 57, 173) 47%,
1125
+ rgb(164, 62, 187) 58%,
1126
+ rgb(160, 65, 195) 73%,
1127
+ rgb(159, 66, 198) 100%
1128
+ );
1129
+ background-size: 400% 200%;
1130
+ background-position: left bottom;
1131
}
1132
1133
/* Trello */
assets/linkstack/icons/trakt.svg
0 commit comments