Skip to content

Commit 6bf1863

Browse files
Merge pull request #842 from LeviSnoot/new-trakt-logo
Updated trakt.tv logo
2 parents 1f67ef9 + 2ba0085 commit 6bf1863

File tree

2 files changed

+19
-38
lines changed

2 files changed

+19
-38
lines changed

assets/linkstack/css/brands.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,12 +1113,21 @@ button.button-scribd{
11131113

11141114
/* Trakt */
11151115
.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%);
1116+
color: white;
1117+
background: radial-gradient(
1118+
farthest-corner at 0% 100%,
1119+
rgb(245, 6, 19) 0%,
1120+
rgb(225, 20, 60) 10%,
1121+
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;
11221131
}
11231132

11241133
/* Trello */

assets/linkstack/icons/trakt.svg

Lines changed: 4 additions & 32 deletions
Loading

0 commit comments

Comments
 (0)