diff options
Diffstat (limited to '')
-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 } |