# Tiger Stripes component

**URL:** https://meta.discourse.org/t/tiger-stripes-component/83632
**Category:** Theme component
**Tags:** unmaintained
**Created:** [March 23, 2018, 9:37am UTC](https://meta.discourse.org/t/tiger-stripes-component/83632 "2018-03-23T09:37:14Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![oca](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/oca/32/156060_2.png) [@oca](https://meta.discourse.org/u/oca)
#### Post date: [February 12, 2019, 1:45pm UTC](https://meta.discourse.org/t/tiger-stripes-component/83632/5 "2019-02-12T13:45:58Z")

</div>

Thanks !

* * *

I guess:

```plaintext
.topic-list-item:nth-child(odd) {
    background-color: #FFF;
}

```

should rather be:

```plaintext
.topic-list-item:nth-child(odd) {
    background-color: #secondary;
}

```

so it looks nice with other background color.

---

_[View the full topic](https://meta.discourse.org/t/tiger-stripes-component/83632)._
