# Summary email colors change recently?

**URL:** https://meta.discourse.org/t/summary-email-colors-change-recently/61700
**Category:** Bug
**Created:** [April 27, 2017, 5:58am UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700 "2017-04-27T05:58:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [April 27, 2017, 5:58am UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700/1 "2017-04-27T05:58:22Z")

</div>

Continuing the discussion from [Summary Email feedback](https://meta.discourse.org/t/summary-email-feedback/53100/108):

Sometime in the past few weeks, the background behind the logo in the summary emails changed, which makes things look odd in our case.

Ours used to be this:

```plaintext
<table style=3D"background-color:#059a91;width:100%;">
  <tr>
    <td align=3D"center" style=3D"text-align: center;padding: 20px 0; font-=
family:Helvetica,Arial,sans-serif;">

  <a href=3D"https://www.myforum.com" style=3D"text-decoration: none; font-=
weight: bold; color: #059a91;; color:#B5FAF2;font-size:22px;text-decoration=
:none;">

```

but now it’s this:

```plaintext
<table style=3D"background-color:#ffffff;width:100%;">
  <tr>
    <td align=3D"center" style=3D"text-align: center;padding: 20px 0; font-=
family:Helvetica,Arial,sans-serif;">

  <a href=3D"https://www.myforum.com" style=3D"text-decoration: none; font-=
weight: bold; color: #059a91;; color:#333333;font-size:22px;text-decoration=
:none;">

```

I haven’t been able to track down where the change occurred, unfortunately, and I’m not sure whether it’s possible to change any existing settings to get things looking the way they used to…

> Aside: it may be helpful to include in the Admin logs when software was updated and the before/after commit hashes

Was this change intentional?

Is there a way I can change things to look the way they used to?

---

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [May 1, 2017, 2:36pm UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700/2 "2017-05-01T14:36:31Z")

</div>

Does anyone know the answer to either of these questions?

> [@mcwumbly](#):
>
> Was this change intentional?
> 
> Is there a way I can change things to look the way they used to?

Wondering if we need to just change our digest to use a logo that works on a white background…

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [May 1, 2017, 3:04pm UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700/3 "2017-05-01T15:04:12Z")

</div>

I guess it is a #Contribute > Bug related to the below topic

> [@Regarding theme-color](https://meta.discourse.org/t/regarding-theme-color/61890):
>
> Hello, I am new here. First and foremost I would like to say that discourse is an awesome piece of software. Anyway, my problem was, I have created my own color scheme through Customize \> Colors tab. With the header\_background set to BE1E2D. Everything is working fine visually except the meta still generate white color like the following \<meta name="theme-color" content="#ffffff"\>. Because of this, the address bar in chrome for android is showing in white color. Based on my research from [htt…](https://github.com/discourse/discourse/blob/master/app/views/layouts/_head.html.erb)

In both bugs those getting the color value from the code `ColorScheme.hex_for_name('header_background')`

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [May 1, 2017, 9:23pm UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700/4 "2017-05-01T21:23:00Z")

</div>

It wasn’t intentional, and was probably a side effect of the new theme support.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [May 3, 2017, 7:19pm UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700/6 "2017-05-03T19:19:19Z")

</div>

I fixed this bug today.

[https://github.com/discourse/discourse/commit/389a0e1a1cf4069703a226d842fd9524a54042bd](https://github.com/discourse/discourse/commit/389a0e1a1cf4069703a226d842fd9524a54042bd)

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [May 3, 2017, 7:19pm UTC](https://meta.discourse.org/t/summary-email-colors-change-recently/61700/7 "2017-05-03T19:19:24Z")

</div>


