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