Fixed blue post titles on hover
This commit is contained in:
parent
33a20962ef
commit
7f555b5c0d
|
@ -266,7 +266,7 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
h1 {
|
h1 a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover, &:active {
|
&:hover, &:active {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue