v0.3.2
Changelog
- docz-default-theme: add dark mode #81
- docz-default-theme: fix global styles (related to #80)
- docz-default-theme: make theme responsive #86
Contributions
Thanks a lot, @marceloavf that makes an awesome work making the default theme responsive!
Dark mode
Docz default theme now has a mode
option to get your theme darker 🌚. To enable this feature, just change your doczrc.js
like that:
// doczrc.js
export default {
themeConfig: {
mode: 'dark'
}
}
And now you have a dark mode!
and totally mobile friendly...