Implements Blobity

This commit is contained in:
2021-10-27 21:14:14 +02:00
parent c305e3aeaa
commit 4943994f1c
24 changed files with 166 additions and 112 deletions

View File

@@ -138,14 +138,6 @@ export default defineComponent({
@apply transform scale-140;
}
.nav-link a {
@apply duration-300 border-b-2 border-transparent;
&:hover {
@apply border-red-500 dark:border-amber-400
}
}
.link-active a {
@apply text-red-500 dark:text-amber-400
}