Skip to content

Commit

Permalink
fix subnav link-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Woodall committed Jan 9, 2015
1 parent 8f3e0d0 commit 9bf86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/base/base.css.scss
Expand Up @@ -44,7 +44,7 @@ header {
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
padding-left: 13px;
/*color: $link-color;*/
color: $link-color;
background-color: #e9e9e9;
border-right-color: #ddd;
border-left: 0;
Expand Down

0 comments on commit 9bf86d1

Please sign in to comment.