Remove underline on hover (@ global)

This commit is contained in:
yude 2021-06-22 12:18:21 +09:00
parent 2921bbeca1
commit b73c38a531
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@
@apply list-disc mx-10 @apply list-disc mx-10
} }
} }
a {
@apply hover:underline
}
.tooltip { .tooltip {
@apply invisible absolute; @apply invisible absolute;
} }