STYLE ajout de la classe !list-none et amélioration des styles de lien dans .article-tag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-29 13:24:43 +01:00
parent 87b070278b
commit d765c35d7e

View File

@ -1,6 +1,11 @@
.article-tag {
@apply w-fit bg-transparent px-3 py-2 relative text-primary border border-primary;
@apply w-fit bg-transparent px-3 py-2 relative text-primary border border-primary !list-none;
a {
text-decoration: none !important;
&:hover {
@apply !filter-none;
}
}
&:hover {
a {
@apply text-white;