clean: Remove custom CSS that was suppressing mdbook's native theming

Stripped out legacy CSS overrides that were conflicting with mdbook's
built-in theme, allowing the rust/sepia theme to render correctly without
interference.
This commit is contained in:
Matthew Binning 2026-03-23 06:18:45 -07:00
parent d7daf6222d
commit 2896fd81a2
4 changed files with 1 additions and 208 deletions

View file

@ -7,11 +7,10 @@ language = "en"
build-dir = "blog"
[output.html]
default-theme = "light"
default-theme = "rust"
smart-punctuation = true
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
edit-url-template = "https://forgejo.binning.net/matthew.binning/www/src/branch/main/{path}"
additional-css = ["theme/sepia.css"]
no-section-label = true
fold.enable = true
fold.level = 0