litho
litho copied to clipboard
How to make hover on links in TextSpec?
- [x] I have searched existing issues and this is not a duplicate
Version
0.39.0
I need to change link text color while touching. Is there any solution for this problem?) @colriot
hello, you can use css like the following example:
a:hover{
color:red
}