master
Nick Sergeant 2012-06-04 15:25:11 -04:00
parent fc0d82aee6
commit 812daade64
2 changed files with 13 additions and 0 deletions

View File

@ -169,6 +169,13 @@ body.blog-homepage {
display: block;
margin: 53px auto 0 auto;
}
a {
color: #838383;
&:hover {
color: #565656;
}
}
}
article.snipt {
border-top: 1px solid #C9C6C7;

View File

@ -107,6 +107,12 @@ body.blog-homepage img {
display: block;
margin: 53px auto 0 auto;
}
body.blog-homepage a {
color: #838383;
}
body.blog-homepage a:hover {
color: #565656;
}
article.snipt {
border-top: 1px solid #C9C6C7;