Skip to content

Commit a75d12b

Browse files
authored
Add Trello / Improved Youtube button
1 parent 8ed382e commit a75d12b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
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;

0 commit comments

Comments
 (0)