From b73c38a531a23149ffd3eb14e2adafdaa26010d1 Mon Sep 17 00:00:00 2001 From: yudejp Date: Tue, 22 Jun 2021 12:18:21 +0900 Subject: [PATCH] Remove underline on hover (@ global) --- styles/globals.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 34056d8..7539828 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -13,9 +13,6 @@ @apply list-disc mx-10 } } - a { - @apply hover:underline - } .tooltip { @apply invisible absolute; }