@@ -25,7 +25,7 @@ withDefaults(defineProps<Props>(), {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<article class="group border m-2 rounded-2xl overflow-hidden shadow-sm text-zinc-700">
|
||||
<article class="group border dark:border-gray-800 m-2 rounded-2xl overflow-hidden shadow-sm text-zinc-700 dark:text-zinc-300 ">
|
||||
<NuxtLink :to="path" class="grid grid-cols-1 sm:grid-cols-10 gap-1">
|
||||
<div class="sm:col-span-3">
|
||||
<NuxtImg
|
||||
@@ -35,13 +35,13 @@ withDefaults(defineProps<Props>(), {
|
||||
/>
|
||||
</div>
|
||||
<div class="sm:col-span-7 p-5">
|
||||
<h2 class="text-xl font-semibold text-black pb-1 group-hover:text-sky-700">
|
||||
<h2 class="text-xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700">
|
||||
{{ title }}
|
||||
</h2>
|
||||
<p class="text-ellipsis line-clamp-2">
|
||||
{{ description }}
|
||||
</p>
|
||||
<div class="text-black text-sm mt-2 mb-1 md:flex md:space-x-6">
|
||||
<div class="text-black dark:text-zinc-300 text-sm mt-2 mb-1 md:flex md:space-x-6">
|
||||
<div class="flex items-center">
|
||||
<LogoDate />
|
||||
<p> {{ date }}</p>
|
||||
|
||||
Reference in New Issue
Block a user