I’ve scoured this forum and all the documentation I can find online about Discourse, but I can’t seem to find anything that tells me how to change the Markdown default color and font of hyperlink text in posts. I have a post here that refers new users to the New User’s Guide but there’s no change in the font to indicate that it’s a hyperlink, and I can’t figure out how to change that.
2 个赞
You can, for example, add
.cooked a {
color: pink;
}
to the active theme so all links inside posts to the pink color.
To edit themes, go to Admin > Customize > Themes > select the current one in the left > click on Edit CSS/HTML on the right.
13 个赞
是否有可能没有“编辑 CSS”按钮?我能否在一个新分支中编辑源代码并安装该分支?
编辑:我现在看到可以通过添加新组件并在那里编辑相关的 CSS 类来实现此目的。
2 个赞
