# Topic Cards

**URL:** https://meta.discourse.org/t/topic-cards/296048
**Category:** Theme component
**Tags:** official, topic-cards
**Created:** [February 20, 2024, 12:04pm UTC](https://meta.discourse.org/t/topic-cards/296048 "2024-02-20T12:04:45Z")
**Posts on this page:** 1
**Showing post:** 91

<div class="post-metadata">

### Author: ![jordan.vidrine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jordan.vidrine/32/515563_2.png) [@jordan.vidrine](https://meta.discourse.org/u/jordan.vidrine)
#### Post date: [August 5, 2025, 9:30pm UTC](https://meta.discourse.org/t/topic-cards/296048/91 "2025-08-05T21:30:55Z")

</div>

In your styles, you now only need to change these two variables:

```css
--topic-list-item-background-color
--topic-list-item-background-color--visited

```

So something like this should work:

```css
:root {
--topic-list-item-background-color: YOUR COLOR HERE;
--topic-list-item-background-color--visited: YOUR COLOR HERE;
}

```

---

_[View the full topic](https://meta.discourse.org/t/topic-cards/296048)._
