We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cdaa7 commit b7e0daaCopy full SHA for b7e0daa
app/(default)/(page)/publications/page.tsx
@@ -97,7 +97,7 @@ export default function Home() {
97
<div key={author}>
98
{
99
author in scholar ? (
100
- <Link className="text-o-blue animated-underline" href={scholar[author]} target={scholar[author].startsWith('http') ? '_blank' : '_self'}>
+ <Link className="text-o-dark-blue animated-underline-gray" href={scholar[author]} target={scholar[author].startsWith('http') ? '_blank' : '_self'}>
101
{author}
102
</Link>
103
) : (
0 commit comments