Hi There,
I’d like to change the search results inner container background colour without effecting the background colour of other pages (I already have the following styles in place). Do you know which selector I could use to target the inner container (link in private info)
/* Background colour on archives */
body.archive {
background-color: var(--grey-100);
}
/* Background content colour on archives */
body.archive, body.archive #page {
background-color: var(--grey-100)
}
/* Background colour on single posts */
body.single-post {
background-color: var(--white);
}