From d765c35d7edd091baca0591e490bdc395a5b0bd7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 29 Oct 2025 13:24:43 +0100 Subject: [PATCH] =?UTF-8?q?STYLE=20ajout=20de=20la=20classe=20!list-none?= =?UTF-8?q?=20et=20am=C3=A9lioration=20des=20styles=20de=20lien=20dans=20.?= =?UTF-8?q?article-tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/css/components/article-tag.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/css/components/article-tag.css b/resources/css/components/article-tag.css index 246e265..c137046 100644 --- a/resources/css/components/article-tag.css +++ b/resources/css/components/article-tag.css @@ -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;