# Minor legibility bug icon row in deleted post

**URL:** https://meta.discourse.org/t/minor-legibility-bug-icon-row-in-deleted-post/66608
**Category:** UX
**Created:** [July 21, 2017, 7:19pm UTC](https://meta.discourse.org/t/minor-legibility-bug-icon-row-in-deleted-post/66608 "2017-07-21T19:19:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Nelson](https://avatars.discourse-cdn.com/v4/letter/n/dec6dc/32.png) [@Nelson](https://meta.discourse.org/u/Nelson)
#### Post date: [July 21, 2017, 7:19pm UTC](https://meta.discourse.org/t/minor-legibility-bug-icon-row-in-deleted-post/66608/1 "2017-07-21T19:19:19Z")

</div>

I deleted some posts and the icon row became very hard to read. I’m using the standard theme on a clean installation. Is this how it’s designed or a small bug?

 ![](https://global.discourse-cdn.com/meta/original/3X/5/b/5ba647e3875c34fe81638fe473cbafeaf786d3d3.jpeg)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [July 21, 2017, 11:16pm UTC](https://meta.discourse.org/t/minor-legibility-bug-icon-row-in-deleted-post/66608/2 "2017-07-21T23:16:20Z")

</div>

You can change the deletion color to whatever color you want in Admin, Customize, colors.

---

<div class="post-metadata">

### Author: ![Nelson](https://avatars.discourse-cdn.com/v4/letter/n/dec6dc/32.png) [@Nelson](https://meta.discourse.org/u/Nelson)
#### Post date: [July 21, 2017, 11:21pm UTC](https://meta.discourse.org/t/minor-legibility-bug-icon-row-in-deleted-post/66608/3 "2017-07-21T23:21:39Z")

</div>

Oops, I looked around there but must have missed it completely 😅

Thanks. I will try to change it, would still be nice if the default would be a tad more legible but that’s nitpicking really.

Really enjoying the software by the way. Quick to setup and pretty easy to customise. I never did anything with Docker or Ruby and now I did and learnt a lot from it. Pure edutainment 🕶

---

<div class="post-metadata">

### Author: ![Nelson](https://avatars.discourse-cdn.com/v4/letter/n/dec6dc/32.png) [@Nelson](https://meta.discourse.org/u/Nelson)
#### Post date: [July 22, 2017, 12:19am UTC](https://meta.discourse.org/t/minor-legibility-bug-icon-row-in-deleted-post/66608/4 "2017-07-22T00:19:27Z")

</div>

I couldn’t change it via the control panel. It appears it’s done in the css;

```
.deleted .topic-body {
    background-color: rgba(242, 171, 154, 0.7);
}

```

I’ve added those lines to admin → customise → themes → default → edit css/html and changed the colour (255, 46, 46, 0.04). It took some tries with the transparency value but now I don’t have to squint anymore 😁

 ![](https://global.discourse-cdn.com/meta/original/3X/a/6/a645d60b845181d1502cde5d224572abaedfdcbf.jpeg)
