This commit is contained in:
2021-08-17 22:49:55 +02:00
parent cf9d3b83bd
commit b2d8eaf01c
5 changed files with 24 additions and 11 deletions

View File

@@ -156,13 +156,17 @@ export default defineComponent({
@apply border-indigo-600
}
}
.link {
a {
@apply border-b-2 border-transparent duration-300;
.link-active a {
@apply text-indigo-600;
}
&:hover {
@apply border-indigo-600;
}
.social-links a {
svg {
@apply h-6 w-6 duration-300
}
&:hover svg {
@apply transform hover:scale-120
}
}
}