aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 19:01:22 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 19:01:22 -0400
commitab3fe59ea3af8c350533c261ce4e09397bc7e72b (patch)
tree9de4b5897780db49da1661d6145bab160a10fb7a /scss
parent6abf49094e32108b9ce37aad35efdc01258f076d (diff)
downloadkompetenzbolzen.github.io-ab3fe59ea3af8c350533c261ce4e09397bc7e72b.tar.gz
Give headers bold by default
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 602fbfe..9bdbb47 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -30,7 +30,7 @@ body {
h1, h2, h3, h4, h5, h6 {
font-family: $helveticaNeue;
color: $darkerGray;
- font-weight: 500;
+ font-weight: 600;
line-height: 1.7;
margin: 1em 0 15px;
@@ -56,13 +56,11 @@ h2 {
h3 {
font-size: 18px;
- font-weight: 600;
}
h4 {
font-size: 18px;
color: $gray;
- font-weight: 600;
}
p {