Skip to content

Commit

Permalink
content: update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyluss committed Jun 26, 2024
1 parent ebfab7e commit e3e5035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/diary/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const posts = (await getCollection("diary")).sort(
margin: 0;
color: rgb(var(--gray));
}
ul li a:hover h4,
ul li a:hover .title,
ul li a:hover .date {
color: rgb(var(--accent));
}
Expand Down

0 comments on commit e3e5035

Please sign in to comment.