aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-04-30 09:29:05 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-04-30 09:29:05 -0400
commit5c2832e35276102902be2fd6d245f5ec8fa47131 (patch)
tree7f143dc8127e6e6b828c9d6cd78afecee2fb6a61 /scss
parentea558e66fd59d4c7804bb8f54375c8e5b18c6330 (diff)
downloadkompetenzbolzen.github.io-5c2832e35276102902be2fd6d245f5ec8fa47131.tar.gz
Linked blogpost headers on homepage up to posts
Diffstat (limited to 'scss')
-rwxr-xr-xscss/style.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 273070b..533f04b 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -37,10 +37,13 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-weight: 400;
- font-size: 35px;
+ font-size: 32px;
@include mobile {
font-size: 32px;
}
+ a {
+ color: inherit;
+ }
}
h2 {
@@ -157,7 +160,7 @@ img {
font-family: $helveticaNeue;
font-weight: 300;
- font-size: 31px;
+ font-size: 28px;
letter-spacing: 1px;
@include mobile {
font-size: 22px;