Improve style of links
This commit is contained in:
parent
3d687992c0
commit
e4b7303d5b
2 changed files with 2 additions and 2 deletions
src/components
|
@ -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))))))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue