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)
