Lo sfondo della classe .results non utilizza le nuove variabili di colore

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 Mi Piace

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

1 Mi Piace