Add blobity radius

This commit is contained in:
2021-11-03 18:02:35 +01:00
parent 0fd44602d6
commit 5f4bc1cad2

View File

@@ -1,5 +1,5 @@
<template>
<nuxt-link :to="link" class="z-index-3">
<nuxt-link data-blobity-radius="16" :to="link" class="z-index-3">
<div class="text-lg px-8 py-4 rounded-xl bg-white dark:bg-black border-2 border-red-500 dark:border-amber-400 text-red-500 dark:text-amber-400 duration-300">
{{ $t(content) }}
</div>