aboutsummaryrefslogtreecommitdiff
path: root/style.css
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 /style.css
parent33a20962efae31cbbfc429a0d564306bf05f3f3b (diff)
downloadkompetenzbolzen.github.io-7f555b5c0d8eeb2bd6be241217d78abab03c1951.tar.gz
Fixed blue post titles on hover
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index f0e541b..acc9f0a 100644
--- a/style.css
+++ b/style.css
@@ -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 {