Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix nav color
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Aug 22, 2014
1 parent f55f734 commit 1446f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/media/css/lib.styl
Expand Up @@ -62,7 +62,6 @@ $steam-white = #fffefe;

// Feed.
$breezy-blue = #4cb1ff;
$navbar-blue = #06bffc;
$navbar-gray = #e0e0e0;
$hungry-text = #797979;

Expand Down
6 changes: 3 additions & 3 deletions src/media/css/navbar.styl
Expand Up @@ -164,11 +164,11 @@
}
}
&.active a {
color: $navbar-blue;
border-bottom: 3px solid $navbar-blue;
color: $breezy-blue;
border-bottom: 3px solid $breezy-blue;

&:hover {
border-bottom-color: $navbar-blue;
border-bottom-color: $breezy-blue;
}
}

Expand Down

0 comments on commit 1446f64

Please sign in to comment.