Skip to content

Commit

Permalink
Add CSS to make links visible inside page content (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
academo authored Aug 15, 2023
1 parent 23c6134 commit ba902d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ html[data-theme='dark'] {
font-size: 0.9rem;
margin-bottom: var(--ifm-global-spacing);
}
article .markdown a {
text-decoration: underline !important;
color: var(--text-link) !important;
}

0 comments on commit ba902d5

Please sign in to comment.