0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 12:10:11 +09:00

Show underline on hover

This commit is contained in:
yude 2021-05-28 07:27:01 +09:00
parent 52a21e952b
commit c33cebd4c1
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

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