hadnling casual links

This commit is contained in:
Antoine M 2024-05-16 17:03:46 +02:00
parent 3145bb9a06
commit f1264669a4

View File

@ -1,8 +1,24 @@
.span-construction { .span-construction {
@apply bg-construction text-zuume text-slate-900 inline-block px-4 py-2; @apply bg-construction text-zuume text-black inline-block px-4 py-2;
transform: rotate(-2deg); transform: rotate(-2deg);
} }
.classic-link { .classic-link {
@apply font-bold text-black px-3 py-2; @apply font-bold text-black px-3 py-2;
} }
.casual-link {
@apply no-underline
text-black
hover:underline
hover:text-lhoistdark
underline-offset-4;
font-weight: 600;
&--block {
@apply block;
}
&--padding {
@apply p-3;
}
}