# .results class background not using new color variables

**URL:** https://meta.discourse.org/t/results-class-background-not-using-new-color-variables/273638
**Category:** UX
**Tags:** completed, search-banner
**Created:** [May 14, 2021, 7:58pm UTC](https://meta.discourse.org/t/results-class-background-not-using-new-color-variables/273638 "2021-05-14T19:58:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)
#### Post date: [May 14, 2021, 7:58pm UTC](https://meta.discourse.org/t/results-class-background-not-using-new-color-variables/273638/1 "2021-05-14T19:58:33Z")

</div>

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:

```css
/* temp fix bg search banner */
.custom-search-banner-wrap .results {
    background: var(--secondary)!important;
    border: 1px solid var(--primary-low);
}

```

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [June 1, 2021, 5:35pm UTC](https://meta.discourse.org/t/results-class-background-not-using-new-color-variables/273638/2 "2021-06-01T17:35:09Z")

</div>

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

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [August 2, 2023, 11:57am UTC](https://meta.discourse.org/t/results-class-background-not-using-new-color-variables/273638/3 "2023-08-02T11:57:19Z")

</div>


