diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-27 21:09:25 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-27 21:09:25 -0400 |
| commit | 7f555b5c0d8eeb2bd6be241217d78abab03c1951 (patch) | |
| tree | 5d6a0e66043d9ef60850ec1fa963e4954b2e9e48 | |
| parent | 33a20962efae31cbbfc429a0d564306bf05f3f3b (diff) | |
| download | blog-universedg-7f555b5c0d8eeb2bd6be241217d78abab03c1951.tar.gz blog-universedg-7f555b5c0d8eeb2bd6be241217d78abab03c1951.tar.bz2 blog-universedg-7f555b5c0d8eeb2bd6be241217d78abab03c1951.zip | |
Fixed blue post titles on hover
| -rwxr-xr-x | scss/style.scss | 2 | ||||
| -rw-r--r-- | style.css | 4 |
2 files changed, 3 insertions, 3 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; @@ -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 { |
