File tree Expand file tree Collapse file tree 2 files changed +19
-38
lines changed Expand file tree Collapse file tree 2 files changed +19
-38
lines changed Original file line number Diff line number Diff line change @@ -1113,12 +1113,21 @@ button.button-scribd{
1113
1113
1114
1114
/* Trakt */
1115
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% );
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;
1122
1131
}
1123
1132
1124
1133
/* Trello */
You can’t perform that action at this time.
0 commit comments