summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-16 18:29:05 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-16 18:29:05 +0200
commitd46c70c2b4b599d934a8ef7e46954cd84dd3de2b (patch)
tree2eb07fc6a31801cb6c6c33a7a79ec421f34bbb23 /local.css
parent6b848be00fb1230292cdcd5700fac25905b277c8 (diff)
downloadick.liw.fi-d46c70c2b4b599d934a8ef7e46954cd84dd3de2b.tar.gz
Change: h1-h6 font sizes
Diffstat (limited to 'local.css')
-rw-r--r--local.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/local.css b/local.css
index 3abe57d..b7161d7 100644
--- a/local.css
+++ b/local.css
@@ -15,6 +15,10 @@ th, td {
padding: 10px;
}
+h1 { font: 200% sans-serif }
+h2 { font: bold 150% sans-serif }
+h3, h4, h5, h6 { font: bold 100% sans-serif }
+
/* code formatting */
pre.hl {
background: #ddd;