I'm using vaultwiki tables for a number of templates.
What I'd like to do is reference Xenforo colors directly so that the tables match the theme that is in use.
For example @mutedTextColor
The example calls on a class "primaryContent" but I'm not certain what other classes I could reference. I tried adding a custom class to extra.css:
.infoboxheader
{
background-color: @primaryLight;
color: @uix_primaryColor;
}
Tried to call on that from the template with class= but that also didn't seem to stick.
Any advice on the matter @pegasus ?
Bookmarks