</clown>
Loyal Member
- Thread starter
- #1
In extra.less
Result:

CSS:
.structItem-title a:not(.labelLink) {
background-color: red;
background-image: linear-gradient(to right, #669 0%, #ac0d57 100%);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
}
Result:
