La classe .results background n'utilise pas les nouvelles variables de couleur

Just noticed that the .results class background is not using the new color variables yet. Hence on dark color scheme the search results background is still #ffffff.

Can you add the new variables in the next update?

Meanwhile if anyone else is having same issue, here is my temporary fix:

/* temp fix bg search banner */
.custom-search-banner-wrap .results {
    background: var(--secondary)!important;
    border: 1px solid var(--primary-low);
}
5 « J'aime »

Yes, thanks for mentioning it — the theme is now updated with the correct variables.

1 « J'aime »