From: rich Date: Sat, 28 Mar 2026 04:04:30 +0000 (-0400) Subject: removed X-Git-Url: https://git.kreider.io/?a=commitdiff_plain;h=5a648c7d922eb4e85c072f37c3d8b0d062971920;p=wiki.git removed --- diff --git a/notes/ikiwiki/local.css.mdwn b/notes/ikiwiki/local.css.mdwn deleted file mode 100644 index fd43278..0000000 --- a/notes/ikiwiki/local.css.mdwn +++ /dev/null @@ -1,15 +0,0 @@ -## 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; -} -```