Skip to content

Commit 3743c9b

Browse files
committed
light background
1 parent 1681a02 commit 3743c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let make = (~fixed=true, ~isOverlayOpen: bool, ~setOverlayOpen: (bool => bool) =
169169
{isDocRoute(~route)
170170
? <nav
171171
id="docs-subnav"
172-
className="z-50 px-4 w-full h-12 bg-gray-70 shadow text-white text-14 transition duration-300 ease-out group-[.nav-disappear]:-translate-y-16 md:group-[.nav-disappear]:transform-none">
172+
className="z-50 px-4 w-full h-12 shadow text-gray-60 text-14 transition duration-300 ease-out group-[.nav-disappear]:-translate-y-16 md:group-[.nav-disappear]:transform-none">
173173
<div className="pl-30 flex gap-10 items-center h-full w-full max-w-md">
174174
<Link
175175
href={`/docs/manual/${version}/introduction`}

0 commit comments

Comments
 (0)