mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
Change user theme preference back to true
This commit is contained in:
parent
3d7fa29d29
commit
80020a1bcc
|
@ -13,7 +13,7 @@ const config = {
|
|||
projectName: "meshtastic",
|
||||
themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ {
|
||||
colorMode: {
|
||||
respectPrefersColorScheme: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
announcementBar: {
|
||||
id: 'support_us',
|
||||
|
|
Loading…
Reference in a new issue