diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 47d804bfb154e9625cb44f1d3f8fe867b11b81df..349bb3211b011a79e07c7b595bf2d28f08745ff6 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -223,3 +223,11 @@ tr td { height: auto !important; margin-right: 10px; } + +.md-search__form:hover { + background-color: #000000b0; +} + +.md-search__form:hover .md-search__icon { + color: white !important; +} diff --git a/mkdocs.yml b/mkdocs.yml index 2a9a179e3a84f3b3da6f1eaf9fd4ed6854a5fbf5..e1af0719b7ad6d5710c876e56c8f89fefcfdd667 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,3 +63,4 @@ extra_css: plugins: - render_swagger - include-markdown + - search