fix(docs): make the docs respect light/dark mode (#334)

Closes #333

I'm very bad at design so I just picked colors that looked reasonable
enough to me. Hopefully this will be enough to get us to the next stage!

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-04-23 00:01:02 -04:00 committed by GitHub
parent 78bb67fbf7
commit bec7199ab6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 53 additions and 10 deletions

View file

@ -70,6 +70,9 @@ const config: Config = {
],
themeConfig: {
colorMode: {
respectPrefersColorScheme: true,
},
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {