add dark base card and darkHighlight component

This commit is contained in:
yashkanakiya
2023-03-20 16:31:56 +05:30
parent 2e93082282
commit c61fbad5ce
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,21 @@
<template>
<div
class="
hidden
top-0
w-full
absolute
ml-auto
mr-auto
left-0
right-0
text-center
h-full
rounded-full
bg-highlight/[.10]
blur-2xl
dark:block
z-[-1]
"
/>
</template>