aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-27 21:09:25 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-27 21:09:25 -0400
commit7f555b5c0d8eeb2bd6be241217d78abab03c1951 (patch)
tree5d6a0e66043d9ef60850ec1fa963e4954b2e9e48 /scss
parent33a20962efae31cbbfc429a0d564306bf05f3f3b (diff)
downloadkompetenzbolzen.github.io-7f555b5c0d8eeb2bd6be241217d78abab03c1951.tar.gz
Fixed blue post titles on hover
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/style.scss b/scss/style.scss
index bd7f172..ff12bc9 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -266,7 +266,7 @@ nav {
}
.post {
- h1 {
+ h1 a {
cursor: pointer;
&:hover, &:active {
color: $blue;