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 d6459a3 commit 8452d47Copy full SHA for 8452d47
components/nearl/card.vue
@@ -1,6 +1,6 @@
1
<template>
2
<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">
+ 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">
4
<h3 class="!text-black dark:!text-white !font-medium text-sm !my-0">{{ props.title }}</h3>
5
<p class="!m-0 !leading-normal">
6
<slot />
0 commit comments