Fixed blue post titles on hover

kramdown-and-rouge
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 {
h1 {
h1 a {
cursor: pointer;
&:hover, &:active {
color: $blue;

View File

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