]> git.kreider.io Git - wiki.git/commitdiff
(no commit message)
authorrich <rich@web>
Sat, 28 Mar 2026 04:04:08 +0000 (00:04 -0400)
committerRich Kreider <rjkreider@gmail.com>
Sat, 28 Mar 2026 04:04:08 +0000 (00:04 -0400)
notes/ikiwiki/local.css.mdwn [new file with mode: 0644]

diff --git a/notes/ikiwiki/local.css.mdwn b/notes/ikiwiki/local.css.mdwn
new file mode 100644 (file)
index 0000000..fd43278
--- /dev/null
@@ -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;
+}
+```