summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2016-01-03 11:06:47 -0800
committerFranck Cuny <fcuny@twitter.com>2016-01-03 11:06:47 -0800
commitdbbd855f82cb87cd77ddc55162bec65367515154 (patch)
tree45e50c67570c00535cb097edb04efc0baa69d080 /static
parent[article]: Books I've read in 2015. (diff)
downloadlumberjaph-dbbd855f82cb87cd77ddc55162bec65367515154.tar.gz
Small update to the style.
Add a left border to h1/h2 elements. Also use "Source Sans Pro" as the default font.
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css25
1 files changed, 14 insertions, 11 deletions
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 {