aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-27 21:01:58 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-27 21:01:58 -0400
commit33a20962efae31cbbfc429a0d564306bf05f3f3b (patch)
tree9b754aa2ade7227c0234f1f5620819c3607d76d6 /style.css
parent1423f650fcef2c610c5b4c020f8a60178a04285f (diff)
downloadkompetenzbolzen.github.io-33a20962efae31cbbfc429a0d564306bf05f3f3b.tar.gz
Post headers glow blue instead of underlining
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 80ff3b8..f0e541b 100644
--- a/style.css
+++ b/style.css
@@ -496,6 +496,11 @@ nav {
padding-bottom: 1em;
border-bottom: none; }
+.post h1 {
+ cursor: pointer; }
+ .post h1:hover, .post h1:active {
+ color: #4183c4;
+ text-decoration: none; }
.post blockquote {
border-left: 2px solid #666666;
font-size: 22px;