FEATURE handling the new tags behaviour and color adjust
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-16 11:43:25 +02:00
parent 28a792cf1b
commit 255717ff4b

View File

@ -2,6 +2,9 @@
@apply w-fit bg-transparent px-3 py-2 relative text-primary border border-primary;
&:hover {
a {
@apply text-white;
}
@apply bg-primary text-white;
}
}