Skip to content

How to change the color of links in my text? #2169

Answered by squidfunk
KaratekHD asked this question in Q&A
Discussion options

You must be logged in to vote

You need to scope your changes accordingly. To only change the link color, you can use the --md-typeset-a-color variable and scope it to the content area:

.md-content {
  --md-typeset-a-color: #09bfdd;
}

For a list of all definitions please see the color variable definitions.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KaratekHD
Comment options

Answer selected by KaratekHD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants