Something went wrong while setting issue due date.
Utility classes on link
Closed
Utility classes on link
Created by: pjotrvdh
in the utility classes there is a default a:hover on links with the .muted class.
add the next line(37) in type.less
.muted{ color: @grayLight; } a.muted:hover { color: darken(@grayLight, 10%); }