Once a skin has been selected in config.php&nbsp; {$Skin = &#39;triad&#39;;} is there way to refer to one of the skin&#39;s colors? For example if the skin has a .css file that defines a body background color like this:<br><br>
body { background:#AECCEB; } <br><br>Is there a way I can reference the body background color in the config.php file?<br><br>Thanks<br><br>