From 0ab4925990cec9d51d2144efe8fc9d14746b66ed Mon Sep 17 00:00:00 2001 From: amirhouieh Date: Mon, 10 Oct 2022 18:31:37 +0200 Subject: [PATCH] add color to left nav --- src/theme/Navbar/Content/styles.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/theme/Navbar/Content/styles.module.scss b/src/theme/Navbar/Content/styles.module.scss index fa7b7b0..93ada36 100644 --- a/src/theme/Navbar/Content/styles.module.scss +++ b/src/theme/Navbar/Content/styles.module.scss @@ -13,6 +13,7 @@ & > div:first-child { max-width: var(--doc-sidebar-max-width); + background: var(--ifm-color-white); } & > .headerMiddle { @@ -65,7 +66,7 @@ @extend %menu-common; width: 52px; - height: 46px; + height: 36px; &.expand { svg,