litho icon indicating copy to clipboard operation
litho copied to clipboard

How to make hover on links in TextSpec?

Open TimurKhairnasov opened this issue 4 years ago • 1 comments

Version

0.39.0

I need to change link text color while touching. Is there any solution for this problem?) @colriot

TimurKhairnasov avatar Dec 23 '20 12:12 TimurKhairnasov

hello, you can use css like the following example:

a:hover{
    color:red
}

Elhamassi avatar Dec 23 '20 12:12 Elhamassi