Skip to content

Commit

Permalink
chore: hover styling for note index
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Dec 29, 2024
1 parent 3ea6aa2 commit abc1746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NoteIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function NotesIndex({ tag }: { tag?: string }) {
<li key={note.slug}>
<Link
to={`/pool/notes/${note.slug}`}
className="text-primary text-xl font-bold"
className="text-primary text-xl font-bold hover:text-primary/70"
>
<span className="flex flex-row gap-2">
{note.frontmatter?.title ?? note.slug}
Expand Down

0 comments on commit abc1746

Please sign in to comment.