Closed TomiStyle closed 8 months ago
Links appear underlined, and hovering over them removes the underline. I have tried adding in the initial raw SCSS and in raw SCSS: a:link{ text-decoration: none; } a:hover{ text-decoration: underline; } But it does not work
This fix will be included in the next major release of Trema. Feel free to try it out in the experimental dev branch.
Best regards,
Michael Milette
Links appear underlined, and hovering over them removes the underline. I have tried adding in the initial raw SCSS and in raw SCSS: a:link{ text-decoration: none; } a:hover{ text-decoration: underline; } But it does not work