.results classの背景が新しいカラー変数を使用していない

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

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

「いいね!」 1