frm
Guest
offline
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...


