Underline links with minimal customisation #4376
Answered
by
SoumayaMauthoorMOJ
SoumayaMauthoorMOJ
asked this question in
Q&A
Replies: 1 comment
-
.md-typeset a {
color: #1d70b8;
text-decoration: underline;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can easily change the colour of links using extra_css as explained in this section: https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#custom-colors
Is it possible to underline links using a similar approach?
Beta Was this translation helpful? Give feedback.
All reactions