fix: Fix adopters form background & remove theme switch from config

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-02-09 18:39:45 -05:00
committed by Carlos Lopez
parent 0e22cacc48
commit 0a3024c9a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ module.exports = {
{
colorMode: {
defaultMode: 'dark',
// disableSwitch: true,
disableSwitch: true,
},
navbar: {
logo: {
@@ -26,7 +26,7 @@
max-width: 500px;
overflow-y: hidden;
border-radius: 8px 0 0 8px;
background-color: var(--ifm-color-content);
background-color: var(--ifm-color-white);
form {
width: 100%;