Closed
Description
I'd like to be able to add just a few little custom style rules, but I don't want to maintain my own version of book.css or highlight.css that might diverge from the mdbook provided styles.
What do you think about mdbook always including, or trying to include if it exists, a file named custom.css
or similar, that mdbook would intentionally never add anything to?
This file would need to be included last, so that the rules in custom.css
would be able to override rules in book.css
or highlight.css
.
I'd be happy to work on a PR for this, but wanted to see if this was something you'd be interested in first.