From 5a648c7d922eb4e85c072f37c3d8b0d062971920 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 28 Mar 2026 00:04:30 -0400 Subject: [PATCH] removed --- notes/ikiwiki/local.css.mdwn | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 notes/ikiwiki/local.css.mdwn 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; -} -``` -- 2.47.3