diff options
author | Amin Bandali <bandali@gnu.org> | 2020-05-14 03:08:57 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-05-14 03:08:57 -0400 |
commit | aa3708783ad1f3cb535c344921c054e3d522c3a0 (patch) | |
tree | 30ef7fdefe1a335d69f7c593d14a154b9c2b5ff8 | |
parent | 3283ced709ae6498e73c6bc6023e5e049d002d10 (diff) | |
download | emacsconf-wiki-aa3708783ad1f3cb535c344921c054e3d522c3a0.tar.xz emacsconf-wiki-aa3708783ad1f3cb535c344921c054e3d522c3a0.zip |
add local.css, set line-height for body
-rw-r--r-- | local.css | 5 |
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 } |