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;
padding: 5px;
&:hover {
background-color: @color-background;
background-color: darken(@color-background, 2%);
border-radius: 10px;
}
img {

View File

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