feat: standardize UI theme, fix dark mode consistency, and implement editorial tags
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m24s

This commit is contained in:
Antigravity
2026-05-10 18:43:13 +00:00
parent f6880bd0e1
commit 330c0c61b6
25 changed files with 640 additions and 503 deletions

View File

@@ -42,8 +42,8 @@ export function SettingsNav({ className }: SettingsNavProps) {
className={cn(
'flex items-center gap-2 pb-3 pt-4 text-[11px] font-bold uppercase tracking-[0.15em] transition-all whitespace-nowrap border-b-2',
isActive(section.href)
? 'border-[#D4A373] text-[#1C1C1C]'
: 'border-transparent text-[#1C1C1C]/40 hover:text-[#1C1C1C]'
? 'border-[#D4A373] text-ink'
: 'border-transparent text-muted-ink hover:text-ink'
)}
>
{section.icon}