# Background colour on unread notifications gone

**URL:** https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818
**Category:** Support
**Created:** [August 22, 2025, 11:21am UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818 "2025-08-22T11:21:27Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Shauny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shauny/32/362012_2.png) [@Shauny](https://meta.discourse.org/u/Shauny)
#### Post date: [August 22, 2025, 11:21am UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/1 "2025-08-22T11:21:27Z")

</div>

Since the most recent update, the background colour on unread notifications has gone for me, and so it’s impossible to tell which of these are unread:

I can’t seem to find anything in the new colour pallets area to fix this. Thanks!

 ![Screenshot 2025-08-22 at 13.20.07](https://global.discourse-cdn.com/meta/original/4X/a/7/4/a744b9f584f8273a4f5276603fe7c39617292c51.png)

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [August 22, 2025, 11:25am UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/2 "2025-08-22T11:25:40Z")

</div>

Hi,

There’s been a redesign of this area, see:  
[New header dropdown / notification menu styles](https://meta.discourse.org/t/new-header-dropdown-notification-menu-styles/369574)

Is this screenshot from one of the themes here on meta?

If not, my _guess_ is that from the looks of it, your theme uses the same colour var for the whole panel, that is now also being used as the highlight colour.

---

<div class="post-metadata">

### Author: ![Shauny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shauny/32/362012_2.png) [@Shauny](https://meta.discourse.org/u/Shauny)
#### Post date: [August 22, 2025, 11:36am UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/3 "2025-08-22T11:36:06Z")

</div>

I’m just using the “Default” theme. I can’t see where to change the highlight colour? I’ve never changed it before!

---

<div class="post-metadata">

### Author: ![Shauny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shauny/32/362012_2.png) [@Shauny](https://meta.discourse.org/u/Shauny)
#### Post date: [August 22, 2025, 11:38am UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/4 "2025-08-22T11:38:23Z")

</div>

These are the colour settings that would relate to the notifications, they are all different.

 ![Screenshot 2025-08-22 at 13.37.36](https://global.discourse-cdn.com/meta/original/4X/a/3/2/a322725dc39e80efe27ea5e3880f914e3488b029.png)

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [August 22, 2025, 12:16pm UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/5 "2025-08-22T12:16:13Z")

</div>

Ok, so on your site, I can see the `secondary` var is set to this:

 ![CleanShot 2025-08-22 at 14.10.10](https://global.discourse-cdn.com/meta/original/4X/c/d/9/cd9bdcc7dcf5c55224008e8e0329061377dc9ce2.png)

While the default colour would have been: `#ffffff`

Your colour (`eef47f`) is _very close_ to the colour that is now used for the highlight, since the update, and that’s why you no longer see a difference.

What you can do:

### Solution 1

Reset the secondary variable back to its default. This will impact the general look of the site, and turn your light-blue background back to white

### Solution 2

Target the specific highlight variable via CSS and change it to something else with higher contrast.

The variable used is:

`background-color: var(--d-unread-notification-background);`

---

<div class="post-metadata">

### Author: ![Shauny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shauny/32/362012_2.png) [@Shauny](https://meta.discourse.org/u/Shauny)
#### Post date: [August 22, 2025, 12:18pm UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/6 "2025-08-22T12:18:22Z")

</div>

Thanks, that worked, however the secondary colour was not changed by me. That colour was the default. Now that I’ve changed it to #fff, it has a “Revert” button which changes it back.

So it seems that the default colours are conflicting.

Thanks!

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [August 22, 2025, 12:19pm UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/7 "2025-08-22T12:19:26Z")

</div>

> [@Shauny](#):
>
> Thanks, that worked, however the secondary colour was not changed by me. That colour was the default. Now that I’ve changed it to #fff, it has a “Revert” button which changes it back.

That’s very strange 😕 Might be something odd going on with the colour palettes, there’s been lots of changes in that area.

Glad it’s solved though!

Maybe you have selected a different colour palette for the default theme? Check your admin theme, or personal interface setting to make sure that isn’t the issue.

---

<div class="post-metadata">

### Author: ![Shauny](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shauny/32/362012_2.png) [@Shauny](https://meta.discourse.org/u/Shauny)
#### Post date: [August 22, 2025, 12:21pm UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/8 "2025-08-22T12:21:02Z")

</div>

> [@chapoi](#):
>
> Maybe you have selected a different colour palette for the default theme?

No, it’s the default one. I’ve never fiddled with the colour pallets before, except for changing header background.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 21, 2025, 12:21pm UTC](https://meta.discourse.org/t/background-colour-on-unread-notifications-gone/379818/9 "2025-09-21T12:21:46Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
