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; - } - } } }