aboutsummaryrefslogtreecommitdiff
path: root/scss
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 /scss
parent1423f650fcef2c610c5b4c020f8a60178a04285f (diff)
downloadkompetenzbolzen.github.io-33a20962efae31cbbfc429a0d564306bf05f3f3b.tar.gz
Post headers glow blue instead of underlining
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 42bfcca..bd7f172 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -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;