some color fixes, general consistency

This commit is contained in:
Kris Aubuchon
2014-05-06 23:53:04 -04:00
parent 19dec8c87c
commit 22e7fd5ed0
12 changed files with 81 additions and 99 deletions

View File

@@ -66,7 +66,7 @@ div.ac-wrap {
display: inline-block;
border: 1px solid scale-color($primary, $lightness: 90%);
&:hover {
background-color: scale-color($danger, $lightness: 30%);
background-color: scale-color($danger, $lightness: 75%);
border: 1px solid scale-color($danger, $lightness: 30%);
text-decoration: none;
color: $danger;