@ -27,8 +27,6 @@ App.init = ->
targetOffset = $target.offset().top
$(this).click ->
$("#nav li a").removeClass("active")
$(this).addClass('active')
$('html, body').animate({scrollTop: targetOffset}, 1000)
return false
@ -107,8 +107,10 @@ p {
font-size: 16px;
text-decoration: none;
font-weight: bold;
outline: 0;
}
#nav li a:hover {
#nav li a:hover,
#nav li a:active {
color: rgba(255,255,255,0.7);
#nav li a.active {