diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index a8b441b3..c2553254 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -158,7 +158,7 @@ .burger > svg { width: 100%; height: 100%; - stroke: var(--blue-2); + stroke: var(--primary-accent); } .navItem { @@ -189,7 +189,7 @@ height: 100%; top: 0; left: 0; - z-index: 9; + z-index: 10; transition: transform 0.3s ease-in-out; transform: translateX(-100%); } diff --git a/components/OrganizedContent/ReadAll.tsx b/components/OrganizedContent/ReadAll.tsx index 6a610346..c9229117 100644 --- a/components/OrganizedContent/ReadAll.tsx +++ b/components/OrganizedContent/ReadAll.tsx @@ -65,6 +65,7 @@ export function createReadAllPage({ readAllSection.section, ...sections.map(({ section }) => section), ]} + pageTitle={title} link={Link} > diff --git a/components/OrganizedContent/Section.tsx b/components/OrganizedContent/Section.tsx index a384060f..2dd6e98e 100644 --- a/components/OrganizedContent/Section.tsx +++ b/components/OrganizedContent/Section.tsx @@ -38,6 +38,7 @@ export function createSectionPage({