mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-05-21 07:39:43 +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: [
|
plugins: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user