Color double code for your nicks

Color double code for your nicks

UnstucK

Administrator

Staff member
Vip Member
Reputation: 100%
Reaction score
48
Points
55

Color double color code for your nicks


Here is a double color code for your original pseudo ;)

Code to put in your extra.less template :
Code:
.username--style3 {
    background: linear-gradient(90deg, #af0000 45%, #141414 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

Or directly in your user group :
Code:
background: linear-gradient(90deg, #af0000 45%, #141414 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;

Result:
2.webp


PS : Change the color codes at your convenience!
 
Back
Top