Skip to content

Commit

Permalink
un-disabled our CTAs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 7, 2016
1 parent 08356f7 commit fe33678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/base/elements/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
margin:0.5em;
text-align:center;
line-height:2em;
color:#636263;
color:#white;
font-weight:bold;
text-decoration:none;
background-color:#3a3f4e;
background-color:#0f1937;
transition:color 0.15s $animation-easing-function, background-color 0.15s $animation-easing-function;
&:hover {
background-color:#0f1937;
color:white;
background-color:white;
color:#0f1937;
}
}

0 comments on commit fe33678

Please sign in to comment.