A simple way to customize certain styles in DokuWiki without adding plugins or modifying core code is by adding your own CSS file. Luckily, DokuWiki looks for and recognizes a user style file named userstyle.css.
So, what follows are some style examples I have implemented in this Wiki.
This custom CSS change will persist even after core updates. It is also something you can delete or modify at any time. However, ensure you keep a local copy in case you need it later.
body { font-size: 120% !important; }
For other style changes I've implemented so far,
see the following subpage: Current userstyle.css sample.
Back to