# 如何更改主题列表分隔线的颜色？

**URL:** <https://meta.discourse.org/t/how-to-change-the-color-of-the-topic-list-dividers/351282>\
**Category:** Support\
**Created:** [2025年二月8日 23:39 UTC](https://meta.discourse.org/t/how-to-change-the-color-of-the-topic-list-dividers/351282 "2025-02-08T23:39:42Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)\
**Post date:** [2025年二月9日 02:34 UTC](https://meta.discourse.org/t/how-to-change-the-color-of-the-topic-list-dividers/351282/4 "2025-02-09T02:34:26Z")

</div>

您要找的是 `.topic-list-body`。

```css
.topic-list-body {
  border-top: 3px solid #be235b;
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-change-the-color-of-the-topic-list-dividers/351282)._
