Update theme, add light/dark mode switch
This PR builds off of @ericonr's WIP PR #581, and adds UI elements for printing and editing void-docs, as well as a button to toggle between light and dark modes.
Examples of the updated version is live at https://book.qrm.cat and https://void-book.qrm.cat
This looks mostly ok to me :) Thanks for pushing it ahead!
The print button sends me to https://void-book.qrm.cat/print.html and opens the print dialog for the About page, so there seems to be a bug there.
Hm, that might be a limitation of the mdbook printing capability. I'll take a look into it
can confirm. for example, this mdbook will go back to the first page when you press the print button.
Also, it will print all pages, not just the first page (the about page in void-docs' case)