summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..60132b1
--- /dev/null
+++ b/style.css
@@ -0,0 +1,29 @@
+body {
+ color: #eee;
+ background-color: #111;
+ font-family: 'Source Serif Pro', serif;
+ font-size: 1.2em;
+ max-width: 42em;
+ margin: 1em;
+ padding: 0;
+}
+
+h1 {
+ color: #999;
+ font-size: 2em;
+ font-weight: bold;
+ margin: 0.5em 0;
+}
+
+.entry {
+ margin: 1em 0;
+}
+
+.entry p {
+ line-height: 1.4;
+ margin: 0.5em 0;
+}
+
+.entry p .date {
+ font-weight: bold;
+}