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