From 0e72547e9581115435e6fd6fcd07ea8b909a334e Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Mon, 17 Aug 2020 17:21:11 +0200 Subject: [PATCH] tag class style improvements --- css/src/other.pcss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/src/other.pcss b/css/src/other.pcss index e60fbbb..220da3f 100644 --- a/css/src/other.pcss +++ b/css/src/other.pcss @@ -8,4 +8,12 @@ .tag { @apply italic font-semibold text-sm bg-teal-500 text-gray-900 rounded-full py-1 px-2 align-middle; + + &:focus { + @apply outline-none shadow-outline bg-teal-800 text-white; + } + + &:hover { + @apply bg-teal-800 text-white; + } }