From 6eb9806752dcd622e8840c2152dac28a418ed489 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Wed, 5 Jun 2024 18:25:19 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20lint=20amends=20for=20blo?= =?UTF-8?q?g=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blogPage.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/styles/blogPage.css b/src/styles/blogPage.css index a644f707..1f008a07 100644 --- a/src/styles/blogPage.css +++ b/src/styles/blogPage.css @@ -61,19 +61,5 @@ @apply border bg-gray-dark-4; } } - - table, - td { - @apply mb-24 border p-10; - a { - @apply text-yellow; - } - th { - @apply border bg-gray-dark-4 p-10 text-ui-white; - } - tr:nth-child(2n) { - @apply border bg-gray-dark-4; - } - } } }