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