summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-05-14 03:08:57 -0400
committerAmin Bandali <bandali@gnu.org>2020-05-14 03:08:57 -0400
commitaa3708783ad1f3cb535c344921c054e3d522c3a0 (patch)
tree30ef7fdefe1a335d69f7c593d14a154b9c2b5ff8 /local.css
parent3283ced709ae6498e73c6bc6023e5e049d002d10 (diff)
downloademacsconf-wiki-aa3708783ad1f3cb535c344921c054e3d522c3a0.tar.xz
emacsconf-wiki-aa3708783ad1f3cb535c344921c054e3d522c3a0.zip
add local.css, set line-height for body
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 00000000..030dc258
--- /dev/null
+++ b/local.css
@@ -0,0 +1,5 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+body { line-height: 1.5 }