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
|
// //... 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: {
|
navbar: {
|
||||||
title: "Squiggle",
|
title: "Squiggle",
|
||||||
hideOnScroll: true,
|
hideOnScroll: true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user