From 296bbd547f14fda0064d4ac01cd1bb11f63a6d35 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 28 Mar 2026 00:04:08 -0400 Subject: [PATCH] --- notes/ikiwiki/local.css.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 notes/ikiwiki/local.css.mdwn 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; +} +``` -- 2.47.3