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

View File

@@ -47,7 +47,7 @@ const groupedWritings = computed(() => {
:to="writing.path"
>
<li
class="h-full group hover:bg-gray-100/30 duration-300 p-1 lg:p-2 rounded-lg dark:hover:bg-neutral-800/50 transition-colors"
class="h-full group hover:bg-neutral-200/50 duration-300 p-1 lg:p-2 rounded-lg dark:hover:bg-neutral-800/50 transition-colors"
>
<h1
class="font-bold text-lg duration-300 text-neutral-600 dark:text-neutral-400 group-hover:text-neutral-900 dark:group-hover:text-white"
@@ -93,7 +93,7 @@ const groupedWritings = computed(() => {
{
"en": {
"title": "Writings on math, artificial intelligence, development, and my passions.",
"description": "All my reflections on programming, mathematics, artificial intelligence design, etc., are organized chronologically.",
"description": "All my reflections on programming, mathematics, artificial intelligence design, etc., are organized chronologically."
},
"fr": {
"title": "Écrits sur les maths, l'intelligence artificielle, le développement et mes passions.",