diff --git a/src/components/ProjectListItem.astro b/src/components/ProjectListItem.astro index 736e53d4..5df403b7 100644 --- a/src/components/ProjectListItem.astro +++ b/src/components/ProjectListItem.astro @@ -12,28 +12,38 @@ const { title, description, date, image, slug } = Astro.props; } .project-title { color: var(--ayu-accent); - transition: color 0.2s; } - .project-item:hover .project-title { - color: var(--ayu-red-500); + .project-description { + color: var(--ayu-fg); + } + .project-date { + color: var(--ayu-gutter); } - -
+ +