Amaury
Well-known member
Thanks to a recommendation from @Tracy Perry a while ago, I finally went through all of my CSS in EXTRA.css and removed important declarations from all the custom CSS that worked without them (so there are still a few that needed them, but not many), but there are a few CSS classes that I can't remember what they change.
Is there a way to figure out what they change? For example, what does this change?
Is there a way to figure out what they change? For example, what does this change?
Code:
.xenOverlay > .section, .xenOverlay > .sectionMain {
background: @primaryLight !important;
}