File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const SectionRow = memo(function SectionRow({
9393 href = { section . href }
9494 onClick = { onItemClick }
9595 ref = { attachRef && isExactSection ? activeSectionRef : undefined }
96- className = { `group flex items-center justify-between gap-1 py-1.5 w-full cursor-pointer transition-colors ${
96+ className = { `group flex items-center bg-gray-900 justify-between gap-1 py-1.5 w-full cursor-pointer transition-colors ${
9797 isExactSection
9898 ? "text-teal-400"
9999 : isActiveSection
@@ -260,7 +260,7 @@ function AppSidebarInner({
260260 return (
261261 < >
262262 { /* ── Mobile nav ─────────────────────────────────────────── */ }
263- < div className = { `md:hidden sticky top-[70px] z-40 bg-gray-950/80 backdrop-blur-sm ${ pathname === "/" ? "hidden" : "" } ` } >
263+ < div className = { `md:hidden sticky top-[70px] z-40 bg-gray-900 backdrop-blur-sm ${ pathname === "/" ? "hidden" : "" } ` } >
264264 < button
265265 className = "flex items-center gap-1.5 px-4 py-3 text-gray-400 hover:text-gray-200 transition-colors cursor-pointer"
266266 onClick = { ( ) => setMobileOpen ( ( o ) => ! o ) }
You can’t perform that action at this time.
0 commit comments