0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-12-17 05:04:15 +09:00

Remove underline on hover (@ global)

This commit is contained in:
2021-06-22 12:18:21 +09:00
parent 2921bbeca1
commit b73c38a531

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