Skip to content

Commit

Permalink
fix hover color for #22
Browse files Browse the repository at this point in the history
  • Loading branch information
almccon committed Jan 18, 2017
1 parent a03b276 commit 2c73f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ p {
}

a {
color: $action-color;
color: darken($medium-gray,20); // seems like cartodb.css supersedes this
text-decoration: none;
transition: color 0.1s linear;

&:active,
&:focus,
&:hover {
color: darken($action-color, 15%);
color: darken($medium-gray,30);
}

&:active,
Expand Down

0 comments on commit 2c73f36

Please sign in to comment.