Skip to content

Commit

Permalink
Merge pull request barryclark#48 from danielcgold/gh-pages
Browse files Browse the repository at this point in the history
Adding transition styles for the navigation.

Thanks @danielcgold, @JHabdas
  • Loading branch information
y7kim authored Nov 7, 2016
2 parents c642e8a + 6185097 commit 582d0b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ fieldset[disabled] .btn-xl.active {
font-weight: 400;
letter-spacing: 1px;
color: #fff;
-webkit-transition: all ease .35s;
-moz-transition: all ease .35s;
transition: all ease .35s;
}

.navbar-default .nav li a:hover,
Expand Down Expand Up @@ -861,4 +864,4 @@ img::-moz-selection {

body {
webkit-tap-highlight-color: #{{ site.data.template.color.primary }};
}
}

0 comments on commit 582d0b9

Please sign in to comment.