From c3b3a44a09ca7ec2d73f1ac044ec54a44ffd1267 Mon Sep 17 00:00:00 2001 From: Stefan Pfaffel Date: Mon, 13 Jun 2022 20:55:11 +0200 Subject: [PATCH] fix(theme): disable dark mode --- docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 6f37ba9..7218c06 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -13,7 +13,8 @@ module.exports = { description: 'Developer documentation for the secure and reliable messaging and queueing service.', theme: defaultTheme( { - darkMode: false, + colorMode: 'light', + colorModeSwitch: false, logo: '/logo.svg', logoDark: '/icons-fire-all-gray/web/icon-96.png', editLinkText: 'Improve this page',