Skip to content

Commit 8452d47

Browse files
committed
📘 doc: organize
1 parent d6459a3 commit 8452d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/nearl/card.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<a role="article" :href="props.href"
3-
class="flex flex-col gap-1 !text-gray-600 text-sm px-4 py-3 rounded-lg border dark:bg-gray-800 dark:border-gray-800 dark:!text-gray-300 hover:shadow-lg !transition-all focus:shadow-lg hover:-translate-y-1 focus:-translate-y-1 !font-normal !no-underline">
3+
class="flex flex-col gap-1 !text-gray-600 text-sm px-4 py-3 rounded-lg border dark:bg-slate-800 dark:border-gray-800 dark:!text-gray-300 hover:shadow-lg !transition-all focus:shadow-lg hover:-translate-y-1 focus:-translate-y-1 !font-normal !no-underline">
44
<h3 class="!text-black dark:!text-white !font-medium text-sm !my-0">{{ props.title }}</h3>
55
<p class="!m-0 !leading-normal">
66
<slot />

0 commit comments

Comments
 (0)