]> git.kreider.io Git - wiki.git/commitdiff
removed
authorrich <rich@web>
Sat, 28 Mar 2026 04:04:30 +0000 (00:04 -0400)
committerRich Kreider <rjkreider@gmail.com>
Sat, 28 Mar 2026 04:04:30 +0000 (00:04 -0400)
notes/ikiwiki/local.css.mdwn [deleted file]

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