Remove custom CSS to simplify styling and use default mdBook theme

This commit is contained in:
Hugh Ratsch
2025-03-02 12:32:50 -06:00
parent 3525a5509a
commit 71b7be46d2
-1
View File
@@ -13,7 +13,6 @@ port = 3001
mathjax-support = true mathjax-support = true
no-section-label = true no-section-label = true
fold = { enable = true, level = 1 } fold = { enable = true, level = 1 }
additional-css = ["custom.css"]
additional-js = ["custom.js"] additional-js = ["custom.js"]
section-anchors = false section-anchors = false