From 25d955f4ee597352b16c978ff6cef52c9b91491a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 6 Nov 2021 15:27:05 +0100 Subject: [PATCH] remove unneeded style --- home/styles/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/styles/index.css b/home/styles/index.css index 2f79ef9f..d404f489 100644 --- a/home/styles/index.css +++ b/home/styles/index.css @@ -8,10 +8,6 @@ @apply border-b-4 border-blue-400; } - .custom-underline-red { - @apply border-b-4 border-red-400; - } - .footer-link { @apply text-gray-600 hover:text-gray-800 }