fix: Fix adopters form background & remove theme switch from config
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
committed by
Carlos Lopez
parent
0e22cacc48
commit
0a3024c9a6
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user