Commit 99e52143 by Torkel Ödegaard

sass tweaks

parent 7ee57b77
......@@ -116,7 +116,7 @@ $card-shadow: -1px -1px 0 0 hsla(0, 0%, 100%, .1), 1px 1px 0 0 rgba(0, 0, 0, .3)
// Lists
$list-item-bg: $card-background;
$list-item-hover-bg: lighten($gray-blue, 5%);
$list-item-hover-bg: lighten($gray-blue, 2%);
$list-item-link-color: $text-color;
$list-item-shadow: $card-shadow;
......
......@@ -364,7 +364,8 @@
color: $list-item-link-color;
&:hover {
background-color: $list-item-hover-bg;
background: $list-item-hover-bg;
color: $list-item-link-color;
}
}
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