From: rich Date: Sat, 28 Mar 2026 04:04:08 +0000 (-0400) Subject: (no commit message) X-Git-Url: https://git.kreider.io/?a=commitdiff_plain;h=296bbd547f14fda0064d4ac01cd1bb11f63a6d35;p=wiki.git --- diff --git a/notes/ikiwiki/local.css.mdwn b/notes/ikiwiki/local.css.mdwn new file mode 100644 index 0000000..fd43278 --- /dev/null +++ b/notes/ikiwiki/local.css.mdwn @@ -0,0 +1,15 @@ +## local.css + +If you enable the localcss plugin, you can then drop a `local.css` file in your IkiWiki source directory and then rebuild `ikiwiki --setup yourwiki.setup`. + +Here's my real exciting custom CSS. + +```css +body { + background-color: Canvas; + color: CanvasText; + color-scheme: light dark; + max-width: 580px; + margin: 1rem auto; +} +```