Darker hover color.

This commit is contained in:
Sean Li 2015-04-27 15:52:19 -07:00
parent 20b8a5dac6
commit 8d40b6e07a
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@
width: 110px; width: 110px;
padding: 5px; padding: 5px;
&:hover { &:hover {
background-color: @color-background; background-color: darken(@color-background, 2%);
border-radius: 10px; border-radius: 10px;
} }
img { img {

View File

@ -73,7 +73,7 @@
display: inline-block; display: inline-block;
&:hover { &:hover {
border-radius: 40px; border-radius: 40px;
background-color: @color-background; background-color: darken(@color-background, 2%);
} }
&.active { &.active {
border-radius: 40px; border-radius: 40px;