From 71b7be46d2826b8169edf738fe7f68ed0dbc10d1 Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sun, 2 Mar 2025 12:32:50 -0600 Subject: [PATCH] Remove custom CSS to simplify styling and use default mdBook theme --- book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book.toml b/book.toml index 6b47d7f..4814397 100644 --- a/book.toml +++ b/book.toml @@ -13,7 +13,6 @@ port = 3001 mathjax-support = true no-section-label = true fold = { enable = true, level = 1 } -additional-css = ["custom.css"] additional-js = ["custom.js"] section-anchors = false