diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index 161b1f383b..a155ff478f 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -162,6 +162,15 @@ } +/** + * Custom style to hide search on the ome page + * -------------------------------------------------------------------------- */ + +.home #local-search { + display: none; + } + + /** * Custom styles for wide pages * -------------------------------------------------------------------------- */