Skip to content

Commit

Permalink
LUGG-1203 Add LinkedIn (#200)
Browse files Browse the repository at this point in the history
* LUGG-1203 Add LinkedIn icon as an option

* LUGG-1203 Add LinkedIn hover color
  • Loading branch information
sacarney authored Mar 3, 2020
1 parent 484cad1 commit 7fd3d3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,11 @@ input[type=submit].form-submit {
color: #f77737;
}

.block-menu-social .menu a:hover .fa-linkedin-square,
.pane-menu-menu-social .menu a:hover .fa-linkedin-square {
color: #2867B2;
}

/* -------------------- */
/* Image link blocks */

Expand Down
3 changes: 2 additions & 1 deletion template.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ function suitcase_interim_menu_link__menu_social($variables) {
'github' => 'fa-github-square',
'rss' => 'fa-rss-square',
'snapchat' => 'fa-snapchat-square',
'flickr' => 'fa-flickr'
'flickr' => 'fa-flickr',
'linkedin' => 'fa-linkedin-square'
);

$font_awesome_icon = '';
Expand Down

0 comments on commit 7fd3d3f

Please sign in to comment.