Commit 54a82d0c authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

small fix on sweetbutton mixin

parent c6d03ec0
......@@ -109,12 +109,13 @@ $em: 14 / 1em !default;
position: relative;
text-decoration: none;
text-shadow: 0 1px 2px rgba(255, 255, 255, .9);
color: black;
color: $gray;
&:hover {
@include background-image(
linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e2e2e2 51%, #fdfdfd 100%));
border-color: $grayLight $grayLight $gray;
color: black;
& > a {
opacity: 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment