diff --git a/website/assets/scss/_variables_project.scss b/website/assets/scss/_variables_project.scss index ff45965e5b5..e84b40e9f1a 100644 --- a/website/assets/scss/_variables_project.scss +++ b/website/assets/scss/_variables_project.scss @@ -32,4 +32,23 @@ $td-sidebar-tree-root-color: #222 !default; .td-arrow-down:before { border-color: $secondary transparent transparent transparent !important; } +} + +.td-search__input { + color: var(--bs-body-color) !important; + border: 1px solid var(--bs-gray-400) !important; +} + +.td-search__input:focus { + color: inherit !important; + border-color: var(--bs-body-bg) !important; + box-shadow: 0 0 0 2px var(--bs-primary) !important; +} + +.td-search__input::placeholder { + color: var(--bs-gray) !important; +} + +.td-search__icon { + color: $secondary !important; } \ No newline at end of file diff --git a/website/hugo.toml b/website/hugo.toml index b898705dc70..22fef62af29 100644 --- a/website/hugo.toml +++ b/website/hugo.toml @@ -142,7 +142,7 @@ navbar_translucent_over_cover_disable = false # Enable to show the side bar menu in its compact state. sidebar_menu_compact = false # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) -sidebar_search_disable = false +sidebar_search_disable = true sidebar_menu_foldable = true ul_show = 1