From aa3708783ad1f3cb535c344921c054e3d522c3a0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 14 May 2020 03:08:57 -0400 Subject: add local.css, set line-height for body --- local.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 local.css (limited to 'local.css') 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 } -- cgit v1.2.3