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 „Gefällt mir“
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 „Gefällt mir“
Ist es möglich, wenn es keinen Button zum Bearbeiten von CSS gibt? Kann ich die Quelle in einem neuen Branch bearbeiten und diesen Branch installieren?
EDIT: Ich sehe jetzt, dass man dies tun kann, indem man eine neue Komponente hinzufügt und dort die relevanten CSS-Klassen bearbeitet.
2 „Gefällt mir“
