diff --git a/src/theme-default/components/Nav/index.module.scss b/src/theme-default/components/Nav/index.module.scss index 192f3934..2c9552bd 100644 --- a/src/theme-default/components/Nav/index.module.scss +++ b/src/theme-default/components/Nav/index.module.scss @@ -30,7 +30,6 @@ padding-right: 32px; -webkit-backdrop-filter: saturate(50%) blur(8px); backdrop-filter: saturate(50%) blur(8px); - background: rgba(255, 255, 255, 0.7); } :global(.dark) .has-sidebar .content { diff --git a/src/theme-default/components/Nav/index.tsx b/src/theme-default/components/Nav/index.tsx index 1fb9717d..385423ce 100644 --- a/src/theme-default/components/Nav/index.tsx +++ b/src/theme-default/components/Nav/index.tsx @@ -159,7 +159,7 @@ export function Nav() { relative="" p="l-8 sm:x-8" transition="background-color duration-500" - className="divider-bottom lg:border-b-transparent" + className="divider-bottom sm:border-b-transparent lg:border-b-transparent" nav-h="mobile lg:desktop" >
diff --git a/src/theme-default/components/Search/index.tsx b/src/theme-default/components/Search/index.tsx index a39b9a64..1302e30a 100644 --- a/src/theme-default/components/Search/index.tsx +++ b/src/theme-default/components/Search/index.tsx @@ -122,26 +122,34 @@ export function Search( z="60" pos="top-8" border-1="" + border-rd-1="" p="2" list="none" - bg="bg-default" - className="min-w-500px max-w-700px" + className="min-w-500px max-w-700px bg-white" > {/* Show the suggestions */} {suggestions.map((item, index) => ( -
  • +
  • {item.title}
    @@ -157,7 +165,7 @@ export function Search( {/* Show the not found info */} {showNotFound && (
  • -
    +
    No results found