mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -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",
|
projectName: "meshtastic",
|
||||||
themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ {
|
themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ {
|
||||||
colorMode: {
|
colorMode: {
|
||||||
respectPrefersColorScheme: false,
|
respectPrefersColorScheme: true,
|
||||||
},
|
},
|
||||||
announcementBar: {
|
announcementBar: {
|
||||||
id: 'support_us',
|
id: 'support_us',
|
||||||
|
|
Loading…
Reference in a new issue