Merge pull request #1222 from quantified-uncertainty/no-dark-mode

Disable dark mode
This commit is contained in:
Ozzie Gooen 2022-10-05 11:01:02 -07:00 committed by GitHub
commit ffc6cd3840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,