Fixed blue post titles on hover

This commit is contained in:
Barry Clark 2014-05-27 21:09:25 -04:00
parent 33a20962ef
commit 7f555b5c0d
2 changed files with 3 additions and 3 deletions

View file

@ -266,7 +266,7 @@ nav {
} }
.post { .post {
h1 { h1 a {
cursor: pointer; cursor: pointer;
&:hover, &:active { &:hover, &:active {
color: $blue; color: $blue;

View file

@ -496,9 +496,9 @@ nav {
padding-bottom: 1em; padding-bottom: 1em;
border-bottom: none; } border-bottom: none; }
.post h1 { .post h1 a {
cursor: pointer; } cursor: pointer; }
.post h1:hover, .post h1:active { .post h1 a:hover, .post h1 a:active {
color: #4183c4; color: #4183c4;
text-decoration: none; } text-decoration: none; }
.post blockquote { .post blockquote {