Frontend , where do I find the main background color?

I’m looking to change the background color of the main screen in the frontend … everything else seems to be in ha-style.html, but not this… anybody know where?

Are you looking for the color between the state cards?

app-header-layout.partial-cards {
    background-color: #802222;
}

Yes, that’s it… what file is that in?

Many thanks !!!