Show underline on hover

This commit is contained in:
2021-05-28 07:27:01 +09:00
parent 52a21e952b
commit c33cebd4c1
+3 -1
View File
@@ -13,7 +13,9 @@
@apply list-disc mx-10 @apply list-disc mx-10
} }
} }
a {
@apply hover:underline
}
.tooltip { .tooltip {
@apply invisible absolute; @apply invisible absolute;
} }