File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed
Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments