new color scheme?

This commit is contained in:
Milo Schwartz
2024-10-15 23:52:58 -04:00
parent 84e118d1fa
commit b651fabfcd
7 changed files with 80 additions and 54 deletions

View File

@@ -87,13 +87,13 @@ export default function Header({ email, orgName, name }: HeaderProps) {
<div className="flex items-center gap-4 mr-4">
<Link
href="/docs"
className="text-muted-foreground hover:text-black"
className="text-muted-foreground hover:text-foreground"
>
Documentation
</Link>
<Link
href="/support"
className="text-muted-foreground hover:text-black"
className="text-muted-foreground hover:text-foreground"
>
Support
</Link>