Skip to content

Commit abc1746

Browse files
committed
chore: hover styling for note index
1 parent 3ea6aa2 commit abc1746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NoteIndex.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function NotesIndex({ tag }: { tag?: string }) {
1818
<li key={note.slug}>
1919
<Link
2020
to={`/pool/notes/${note.slug}`}
21-
className="text-primary text-xl font-bold"
21+
className="text-primary text-xl font-bold hover:text-primary/70"
2222
>
2323
<span className="flex flex-row gap-2">
2424
{note.frontmatter?.title ?? note.slug}

0 commit comments

Comments
 (0)