aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index 91f9040..b87000c 100644
--- a/style.css
+++ b/style.css
@@ -1,18 +1,26 @@
body {
width: 40em;
margin: 2em;
- font-size: 18px;
+ font-size: 17px;
line-height: 1.4em;
background-color: white
}
h1 {
padding-bottom: 0.5em;
+ font-size: 26px;
+}
+
+h2 {
+ padding-bottom: 0.5em;
+ font-size: 22px;
}
pre {
+ border: 1px #ddd solid;
background-color: #f4f4f4;
padding: 1em;
+ font-size: 14px;
}
table {