fix: update hover background color for project and writing lists for better visibility

This commit is contained in:
2025-07-30 11:25:09 +02:00
parent 432743c599
commit 659e9552dd
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ const { data: projects } = await useAsyncData('all-projects', () => {
:to="project.path"
>
<li
class="flex flex-col h-full group hover:bg-gray-100/50 duration-300 p-2 rounded-lg dark:hover:bg-neutral-800/50 transition-colors justify-center"
class="flex flex-col h-full group hover:bg-neutral-200/50 duration-300 p-2 rounded-lg dark:hover:bg-neutral-800/50 transition-colors justify-center"
>
<article class="space-y-2">
<div