Files
crater/resources/scripts/components/base/BaseDarkHighlight.vue
2023-03-20 16:31:56 +05:30

22 lines
281 B
Vue

<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>