We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b239c75 commit 3f600efCopy full SHA for 3f600ef
1 file changed
app/components/BlogPostListCard.vue
@@ -25,7 +25,7 @@ const emit = defineEmits<{
25
26
<template>
27
<article
28
- class="group relative focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-bg focus-within:ring-offset-2 focus-within:ring-fg/50"
+ class="group relative hover:bg-bg-subtle transition-colors duration-150 focus-within:outline-none focus-within:ring-2 focus-within:ring-offset-bg focus-within:ring-offset-2 focus-within:ring-fg/50 -mx-4 px-4 -my-2 py-2 sm:-mx-6 sm:px-6 sm:-my-3 sm:py-3 sm:rounded-md"
29
>
30
<NuxtLink
31
:to="`/blog/${path}`"
0 commit comments