Merge pull request #43 from waku-org/guru-patch-1
Adding a theme toggle
This commit is contained in:
commit
d16428e9f9
|
@ -92,6 +92,11 @@ const config = {
|
|||
},
|
||||
],
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: "light",
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: false,
|
||||
},
|
||||
}),
|
||||
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in New Issue