small fixes for dark themes

This commit is contained in:
Kris Aubuchon
2014-08-12 00:11:58 -04:00
parent 5dc35488d2
commit 2ce291c2ab
4 changed files with 10 additions and 10 deletions

View File

@@ -27,10 +27,10 @@
vertical-align: middle;
}
&.selected {
background-color: scale-color($tertiary, $lightness: 90%);
background-color: dark-light-diff($tertiary, $secondary, 90%, -60%);
}
@include hover {
background-color: scale-color($highlight, $lightness: 60%);
background-color: dark-light-diff($highlight, $secondary, 90%, -80%);
text-decoration: none;
}
}