Post headers glow blue instead of underlining
This commit is contained in:
parent
1423f650fc
commit
33a20962ef
|
@ -266,6 +266,14 @@ nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
h1 {
|
||||||
|
cursor: pointer;
|
||||||
|
&:hover, &:active {
|
||||||
|
color: $blue;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 2px solid $gray;
|
border-left: 2px solid $gray;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
|
@ -496,6 +496,11 @@ nav {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
|
.post h1 {
|
||||||
|
cursor: pointer; }
|
||||||
|
.post h1:hover, .post h1:active {
|
||||||
|
color: #4183c4;
|
||||||
|
text-decoration: none; }
|
||||||
.post blockquote {
|
.post blockquote {
|
||||||
border-left: 2px solid #666666;
|
border-left: 2px solid #666666;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
Loading…
Reference in a new issue