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 e9f40ed11a
commit 47347df98c
5 changed files with 6 additions and 212 deletions

View file

@ -1,7 +1,4 @@
(A) Add a Forgejo pipeline to supersede deploy.sh.
(B) Move the resume to the private section and add the lock symbol.
(C) Remove the one line descriptions from the menu.
(D) Reduce the CSS where possible. Match my website's theme to align with mdbook's theme.
(B) Set up nightly builds
Personalize the index page.
Change the title of the Blog.
@ -42,3 +39,7 @@ x Import Abby's Binning Family Menu @Cline
x Fix anchors (relative links) showing in mdbook's sidebar.
x Create a minimal "Menu" (food menu) page on the main website, which has a selection of line items from the recipe book. @Cline
x 2026-03-22 Add a folder to hold the nginx/nix files and deploy it properly.
x 2026-03-22 Add a Forgejo pipeline to supersede deploy.sh.
x 2026-03-22 Remove the one line descriptions from the menu.
x 2026-03-22 Move the resume to the private section and add the lock symbol.
x 2026-03-23 Reduce the CSS where possible. Match my website's theme to align with mdbook's theme.