fix(site): rebrand polish (#775)

This commit is contained in:
Darius Cepulis
2026-03-09 13:49:30 -05:00
committed by GitHub
parent b4e01250b4
commit f6a4fc7887
37 changed files with 160 additions and 108 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ function getGroupRotate(depth: number) {
class:list={[
"flex items-center gap-4 py-2 text-faded-black dark:text-manila-light",
"cursor-pointer",
depth === 0 ? "font-display text-h4 uppercase" : "text-p3",
depth === 0
? "font-display text-h4 leading-tight uppercase"
: "text-p3",
depth > 0 && "border-l pl-4",
isActive ? "border-orange" : "border-manila-75 dark:border-warm-gray",
getGroupMargin(depth),
@@ -25,7 +25,7 @@ export function TableOfContentsMobile({ headings, activeId, onNavigate, classNam
return (
<div
className={clsx(
'border-y md:border-t-0 border-manila-75 dark:border-warm-gray bg-manila-light dark:bg-faded-black px-6 lg:px-12 flex items-center',
'border-b border-manila-75 dark:border-warm-gray bg-manila-light dark:bg-faded-black px-6 lg:px-12 flex items-center',
className
)}
style={{ height: 'var(--mobile-toc-h)' }}