diff --git a/client/components/docs/DocsLayout.tsx b/client/components/docs/DocsLayout.tsx index b91c9ff9..9a0f6da4 100644 --- a/client/components/docs/DocsLayout.tsx +++ b/client/components/docs/DocsLayout.tsx @@ -115,14 +115,15 @@ export default function DocsLayout({ const isCurrentPage = (path: string) => location.pathname === path; + // Subtle grid only for professional theme const gridPatternStyle = theme === "professional" ? { backgroundImage: ` - linear-gradient(0deg, transparent 24%, rgba(59, 130, 246, 0.05) 25%, rgba(59, 130, 246, 0.05) 26%, transparent 27%, transparent 74%, rgba(59, 130, 246, 0.05) 75%, rgba(59, 130, 246, 0.05) 76%, transparent 77%, transparent), - linear-gradient(90deg, transparent 24%, rgba(59, 130, 246, 0.05) 25%, rgba(59, 130, 246, 0.05) 26%, transparent 27%, transparent 74%, rgba(59, 130, 246, 0.05) 75%, rgba(59, 130, 246, 0.05) 76%, transparent 77%, transparent) + linear-gradient(0deg, transparent 24%, rgba(59, 130, 246, 0.02) 25%, rgba(59, 130, 246, 0.02) 26%, transparent 27%, transparent 74%, rgba(59, 130, 246, 0.02) 75%, rgba(59, 130, 246, 0.02) 76%, transparent 77%, transparent), + linear-gradient(90deg, transparent 24%, rgba(59, 130, 246, 0.02) 25%, rgba(59, 130, 246, 0.02) 26%, transparent 27%, transparent 74%, rgba(59, 130, 246, 0.02) 75%, rgba(59, 130, 246, 0.02) 76%, transparent 77%, transparent) `, - backgroundSize: "50px 50px", + backgroundSize: "100px 100px", } : undefined; @@ -137,8 +138,20 @@ export default function DocsLayout({ sidebarOpen ? "translate-x-0" : "-translate-x-full md:translate-x-0" }`} > - {/* Back to Main Site Button */} + {/* AeThex Branding */}