XenForo How to change the background color of @-quoted usernames in a post?

S

ShikiSuen

Guest
I tried the following LESS but it doesn't work:
Less:

Code:
/* ===== Quoted Usernames =====*/
[data-xf-init^="member-tooltip"]{
    .username {background-color: @xf-textColor;}
}}

Continue reading...