Skip to content

Commit a17be81

Browse files
Merge pull request #109 from Doncellup/Doncellup-patch-1
Add Trello css/logo --- Improve Youtube css/logo
2 parents 7dff61c + f764db0 commit a17be81

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

littlelink/css/brands.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ button:hover,
297297
.button.button-vimeo:focus {
298298
filter: brightness(90%) }
299299

300-
/* YouTube */
300+
/* YouTube V2 */
301301
.button.button-youtube {
302302
color: #FFFFFF;
303-
background-color: #000000 }
303+
background-color: #FF0000 }
304304
.button.button-youtube:hover,
305305
.button.button-youtube:focus {
306306
filter: brightness(90%) }
@@ -423,6 +423,16 @@ button:hover,
423423
filter: brightness(90%);
424424
}
425425

426+
/* Trello */
427+
.button.button-trello {
428+
color: #ffffff;
429+
background-color: #0079bf;
430+
}
431+
.button.button-trello:hover,
432+
.button.button-trello:focus {
433+
filter: brightness(90%);
434+
}
435+
426436
/* Website */
427437
.button.button-website {
428438
color: #ffffff;

littlelink/icons/trello.svg

Lines changed: 1 addition & 0 deletions
Loading

littlelink/icons/youtube.svg

Lines changed: 1 addition & 11 deletions
Loading

0 commit comments

Comments
 (0)