mirror of
https://github.com/acid-info/waku.guide.git
synced 2025-02-23 15:28:29 +00:00
Adding a theme toggle
Switches between light mode and dark mode with the default theme being light mode.
This commit is contained in:
parent
67061361dc
commit
6203142ec6
@ -85,6 +85,11 @@ const config = {
|
||||
},
|
||||
],
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: "light",
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: false,
|
||||
},
|
||||
}),
|
||||
|
||||
plugins: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user