Commit 0d9a8088 by Kyle Fiedler

Added slightly darker social icons so that they can have some opacity on hover

parent f081b51b
...@@ -63,25 +63,31 @@ footer { ...@@ -63,25 +63,31 @@ footer {
float: left; float: left;
margin-right: lh(.5); margin-right: lh(.5);
&:after {
content: none;
display: none;
}
a { a {
display: block; display: block;
height: 29px; height: 29px;
width: 28px; width: 28px;
text-indent: -9999px; text-indent: -9999px;
}
&:after { &:hover {
content: none; opacity: .8;
display: none; }
} }
&.twitter a { &.twitter a {
background: url('/static/images/marketing/twitter.png') 0 0 no-repeat; background: url('/static/images/marketing/twitter.png') 0 0 no-repeat;
} }
&.facebook a { &.facebook a {
background: url('/static/images/marketing/facebook.png') 0 0 no-repeat; background: url('/static/images/marketing/facebook.png') 0 0 no-repeat;
} }
&.linkedin {
&.linkedin a {
background: url('/static/images/marketing/linkedin.png') 0 0 no-repeat; background: url('/static/images/marketing/linkedin.png') 0 0 no-repeat;
} }
} }
......
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