How to implement something like this, I have one APEX application running from two domains, b2b.my.com and b2c.my.com.
How to make it so that different CSS files can be loaded, or how to make variation in the CSS file itself, so that e.g. background color is different on different domain.
ps. adding classes in javascript after page load is weak, because you can see this color change...
regards,