# Humane Techの視点からのデザインフィードバック

**URL:** https://meta.discourse.org/t/design-feedback-from-the-perspective-of-humane-tech/83530
**Category:** UX
**Created:** [2018 年 3 月 22 日午前 3:20 UTC](https://meta.discourse.org/t/design-feedback-from-the-perspective-of-humane-tech/83530 "2018-03-22T03:20:22Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [2018 年 3 月 22 日午前 5:22 UTC](https://meta.discourse.org/t/design-feedback-from-the-perspective-of-humane-tech/83530/6 "2018-03-22T05:22:56Z")

</div>

> [@Samuel\_Klein](#):
>
> Offer slight variation in background color for the topic titles, to break up a long page.

Here’s how to achieve “tiger stripes”:

> [@How do you set alternating colors in the list of topics](https://meta.discourse.org/t/how-do-you-set-alternating-colors-in-the-list-of-topics/46768/2):
>
> You can achieve this with a CSS customization. Here’s an example to get you started: .topic-list-item:nth-child(even) { background-color: #EEE; } .topic-list-item:nth-child(odd) { background-color: #FFF; } Here’s how this looks on Meta:

You’ll also find a link there to some history behind why we removed it.

---

_[View the full topic](https://meta.discourse.org/t/design-feedback-from-the-perspective-of-humane-tech/83530)._
