trema-tech / moodle-theme_trema

Theme trema, a Moodle LMS plugin.
https://moodle.org/plugins/theme_trema
GNU General Public License v3.0
39 stars 19 forks source link

Underlined links #167

Closed TomiStyle closed 7 months ago

TomiStyle commented 1 year 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

michael-milette commented 7 months ago

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