Skip to content

Commit

Permalink
un-disabled our CTAs for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 7, 2016
1 parent fe33678 commit 8bc0121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -884,14 +884,14 @@ html {
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 cubic-bezier(0.6, 0.06, 0.59, 1), background-color 0.15s cubic-bezier(0.6, 0.06, 0.59, 1); }
.pageHeader__actionButton:hover {
background-color: #0f1937;
color: white; }
background-color: white;
color: #0f1937; }

.pageNav {
background-color: #383838;
Expand Down
Loading

0 comments on commit 8bc0121

Please sign in to comment.