mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): rebrand polish (#775)
This commit is contained in:
@@ -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)' }}
|
||||
|
||||
Reference in New Issue
Block a user