From 255717ff4bbefc41128c3333ef117ed4182c76e6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Oct 2025 11:43:25 +0200 Subject: [PATCH] FEATURE handling the new tags behaviour and color adjust --- resources/css/components/article-tag.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/components/article-tag.css b/resources/css/components/article-tag.css index d8fc1e4..246e265 100644 --- a/resources/css/components/article-tag.css +++ b/resources/css/components/article-tag.css @@ -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; } }