Skip to content

Commit

Permalink
refactor(top-navbar): Brand colors
Browse files Browse the repository at this point in the history
  • Loading branch information
fxleblanc committed Mar 7, 2016
1 parent 299892b commit 66c15fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions webroot/less/colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
@color-student: #5BC0DE;
@color-industry: #2ecc71;
@color-professor: #d9534f;
@color-facebook: #3b5998;
@color-twitter: #55acee;
@color-github: #333;
6 changes: 3 additions & 3 deletions webroot/less/top-navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
padding: 4px;
}
.icon-facebook {
color: #3b5998;
color: @color-facebook;
}
.icon-twitter {
color: #55acee;
color: @color-twitter;
}
.icon-github {
color: #333;
color: @color-github;
}
.navbar-facebook {
font-size: 15px;
Expand Down

0 comments on commit 66c15fa

Please sign in to comment.