We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea6aa2 commit abc1746Copy full SHA for abc1746
src/components/NoteIndex.tsx
@@ -18,7 +18,7 @@ export default function NotesIndex({ tag }: { tag?: string }) {
18
<li key={note.slug}>
19
<Link
20
to={`/pool/notes/${note.slug}`}
21
- className="text-primary text-xl font-bold"
+ className="text-primary text-xl font-bold hover:text-primary/70"
22
>
23
<span className="flex flex-row gap-2">
24
{note.frontmatter?.title ?? note.slug}
0 commit comments