aboutsummaryrefslogtreecommitdiff
path: root/style.css
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 /style.css
parentea558e66fd59d4c7804bb8f54375c8e5b18c6330 (diff)
downloadkompetenzbolzen.github.io-5c2832e35276102902be2fd6d245f5ec8fa47131.tar.gz
Linked blogpost headers on homepage up to posts
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css
index 6354287..4bb29c5 100644
--- a/style.css
+++ b/style.css
@@ -334,10 +334,12 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-weight: 400;
- font-size: 35px; }
+ font-size: 32px; }
@media screen and (max-width: 520px) {
h1 {
font-size: 32px; } }
+ h1 a {
+ color: inherit; }
h2 {
font-size: 26px; }
@@ -422,7 +424,7 @@ img {
float: left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
- font-size: 31px;
+ font-size: 28px;
letter-spacing: 1px;
text-decoration: none;
cursor: pointer;