feat(docs): Add blobity to home

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 91416c9898
commit 9aa42ed8f8
5 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ watch([breakpoints.sm, breakpoints.md, breakpoints.lg, breakpoints.xl, breakpoin
</template>
<style>
.button {
@apply shadow-lg transition-colors duration-200 hover:(dark:(bg-white text-black) bg-black) text-white font-semibold text-lg mt-4 px-5 py-3 rounded-xl bg-green-500;
@apply z-1 shadow-lg transition-colors duration-200 text-white font-semibold text-lg mt-4 px-5 py-3 rounded-lg bg-green-500;
}
</style>