diff --git a/docs/组织管理/组织简介.md b/docs/组织管理/组织简介.md index 469b59d..f011137 100644 --- a/docs/组织管理/组织简介.md +++ b/docs/组织管理/组织简介.md @@ -1,5 +1,5 @@ --- -sidebar_label: ‘组织简介’ +sidebar_label: 组织简介 sidebar_position: 1 --- diff --git a/src/css/custom.css b/src/css/custom.css index 3680da6..21b40af 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -15,6 +15,7 @@ --ifm-color-primary-lighter: rgb(102, 212, 189); --ifm-color-primary-lightest: rgb(146, 224, 208); --ifm-code-font-size: 95%; + --search-local-modal-background:#1b2440; } .navbar{ background-color: rgba(27, 36, 64, 1); @@ -43,6 +44,9 @@ html[data-theme=light] .menu{ html[data-theme='dark'] .docusaurus-highlight-code-line { background-color: rgba(0, 0, 0, 0.3); } +.navbar__search span[role='listbox']{ + background-color: #33416b; +} .footer{ height: 473px; position: relative; @@ -52,7 +56,6 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { height: 100%; display: flex; flex-direction: column; - justify-content: space-around; } .footer__bottom .margin-bottom--sm{ position: absolute;