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
1 changed files with 3 additions and 1 deletions

View File

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