Improve style of links

This commit is contained in:
Akira Tempaku 2025-05-02 11:28:35 +09:00
commit e4b7303d5b
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 2 additions and 2 deletions
src/components

View file

@ -24,5 +24,5 @@
(if (search href (request-uri jingle:*request*))
(hsx (li :class "text-pink-500"
label))
(hsx (li (a :href href :class "underline hover:text-pink-500"
(hsx (li (a :href href :class "hover:text-pink-500"
label))))))))))