# 如何更改超链接的颜色？

**URL:** https://meta.discourse.org/t/how-do-you-change-the-color-of-hyperlinks/136245
**Category:** Support
**Created:** [2019年十二月16日 19:42 UTC](https://meta.discourse.org/t/how-do-you-change-the-color-of-hyperlinks/136245 "2019-12-16T19:42:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2019年十二月16日 20:13 UTC](https://meta.discourse.org/t/how-do-you-change-the-color-of-hyperlinks/136245/2 "2019-12-16T20:13:58Z")

</div>

例如，您可以将以下代码

```css
.cooked a {
  color: pink;
}

```

添加到当前主题中，使帖子内的所有链接变为粉色。

要编辑主题，请前往 管理 \> 自定义 \> 主题 \> 在左侧选择当前主题 \> 在右侧点击“编辑 CSS/HTML”。

---

_[View the full topic](https://meta.discourse.org/t/how-do-you-change-the-color-of-hyperlinks/136245)._
