remove link hover

This commit is contained in:
₍˄ุ.͡˳̫.˄ุ₎ 2013-10-12 11:59:36 -04:00
parent 07f31b01eb
commit e998b42e82

View File

@ -69,10 +69,9 @@
}
a {
background: none;
&,
&:hover,
&:focus { background: $color-background-shade; }
&:focus { background: none; }
}
}
}