runelynx
Member
I'm going nuts trying to find how to use my basic colors / style within a page's HTML. I'm doing what the documentation says, but the doc also seems really incomplete. Can anyone please help? Why does the code below not result in colored headers?
<head>
<style>
h1 {
color: @xf-paletteAccent1;
}
h2 {
color: @xf-paletteAccent2;
}
h3 {
color: @xf-paletteAccent3;
}
</style>
</head>
<body>
<h1>
Staff Command Help
</h1>
<h2>
Permissions
</h2>
<h3>
Helper & Enforcers
</h3>