mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 07:28:38 +01:00
fix: update hover background color for project and writing lists for better visibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user