From af587612f956a40f4df6eb171b76b3a212a84572 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 21 May 2026 10:33:35 +0200 Subject: [PATCH] REFACTOR: Ensure list items are not styled with default list styles --- resources/css/components/social-networks-links.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/css/components/social-networks-links.css b/resources/css/components/social-networks-links.css index 88c7f7c..5d4294d 100644 --- a/resources/css/components/social-networks-links.css +++ b/resources/css/components/social-networks-links.css @@ -1,9 +1,8 @@ - .social-networks-links { @apply flex gap-2; li { - @apply list-none; + @apply !list-none; } .social-link { @apply transition-all duration-300 ease-out block;