Skip to content

Commit

Permalink
Fix background color in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez authored and parndt committed Jan 16, 2015
1 parent d6e6e11 commit 75716d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/assets/stylesheets/refinery/layout.css.scss
Expand Up @@ -421,7 +421,7 @@ header {
font-weight: normal;
position: relative;
&.active, &:hover, &:focus {
background: white;
background-color: white;
color: #ff5500;
}
&.active {
Expand Down

0 comments on commit 75716d6

Please sign in to comment.