disable dark mode

This commit is contained in:
Vyacheslav Matyukhin 2022-10-05 19:36:48 +04:00
parent d60792aa93
commit 77dbb223f9
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -76,6 +76,10 @@ const config = {
// //... other Algolia params
// },
colorMode: {
// squiggle playground is not compatible with dark mode yet, see https://github.com/quantified-uncertainty/squiggle/issues/1192
disableSwitch: true,
},
navbar: {
title: "Squiggle",
hideOnScroll: true,