Topic Cards

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

--topic-list-item-background-color
--topic-list-item-background-color--visited

So something like this should work:

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