Skip to content

v0.3.2

Compare
Choose a tag to compare
@pedronauck pedronauck released this 25 Jun 15:36
· 1307 commits to main since this release

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...