Merge pull request #1222 from quantified-uncertainty/no-dark-mode
Disable dark mode
This commit is contained in:
commit
ffc6cd3840
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user