ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,428
- Points
- 823
Reputation:
Currently, you can only apply username CSS in user groups, which is unappealing when we have style variants now. It should support LESS to easily go from one to the other:
With:
CSS:
However, username CSS (and hopefully LESS) also doesn't apply to...
Read more
Continue reading...
With:
CSS:
Code:
.m-colorScheme(light,
{
color: green;
}
);
.m-colorScheme(dark,
{
color: #00ff33;
}
);
However, username CSS (and hopefully LESS) also doesn't apply to...
Read more
Continue reading...