diff options
Diffstat (limited to '')
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | _includes/header.html | 1 | ||||
| -rw-r--r-- | static/css/style.css | 25 |
3 files changed, 16 insertions, 12 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 6518781..2fb2174 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ <footer> <div id="footer"> - <p id='copyright'><a href='/'>lumberjaph.net</a> is © 2008 – present Franck Cuny // <a href="https://twitter.com/franckcuny">@franckcuny</a> + <p id='copyright'>© 2008 – present Franck Cuny // <a href="https://twitter.com/franckcuny">@franckcuny</a> [ <a href='/articles'>All posts</a> | <a href='/about'>About</a> ]</p> diff --git a/_includes/header.html b/_includes/header.html index a6c1e30..663b79b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,6 +19,7 @@ <meta name="twitter:description" content="{{ page.summary }}"> <meta name="twitter:url" content="{{ page.url }}"> +<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/static/css/style.css" type="text/css"/> <link rel="canonical" href="//lumberjaph.net{{ page.url | replace:'index.html','' }}" /> diff --git a/static/css/style.css b/static/css/style.css index f883f56..33b63ff 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,16 +1,17 @@ html { - font-family: sans-serif; + font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif; } body { - font-size: 20px; + font-size: 18px; + color: #101c32; } #container { - width: 900px; - margin: 0 auto; - text-align: justify; - line-height: 1.5em; + width: 720px; + margin: 0 auto; + text-align: justify; + line-height: 1.5em; } #container img { @@ -18,11 +19,13 @@ body { } h1, h2 { - font-size: 20px; - border-bottom: 2px solid #e0ebf5; - margin-bottom: 16px; - margin-top: 20px; - padding-bottom: 6px; + border-left: 6px solid #cfdaf0; + padding-left: 14px; + padding-bottom: 6px; + font-size: 20px; + border-bottom: 2px solid #cfdaf0; + margin-bottom: 16px; + margin-top: 20px; } h1, h2 a { |
