User group user name CSS to support LESS & user group attribute in username links (like tags)

Status
This content is read-only, or is not open for further replies.

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:
1734150008907.webp1734149410583.webp1734149421358.webp

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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom