Open trivikr opened 2 years ago
The legacy Gatsby website was removed in https://github.com/yarnpkg/berry/pull/5742
The new website is built using Docusaurus 2, and code can be viewed at https://github.com/yarnpkg/berry/tree/master/packages/docusaurus
Docusaurus allows configuring light/dark themes using colorMode configuration. Existing website colorMode configuration: https://github.com/yarnpkg/berry/blob/ffa193c59c6de53be20773a9c1958d3dc0d48221/packages/docusaurus/docusaurus.config.js#L95-L99
Describe the user story
The website https://yarnpkg.com/ does not have dark mode
Describe the solution you'd like
Some gatsby plugins:
Describe the drawbacks of your solution
I don't see a drawback. Folks who want to see the website in light mode can always select it.
Describe alternatives you've considered