Skip to content

Commit

Permalink
Fix link text color in Markdown blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed Sep 10, 2024
1 parent d243fa3 commit 5ad953b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
margin-top: 1.5em;
}

.Markdown > a {
color: var(--color);
}

.Markdown > h1,
.Markdown > h2 {
font-weight: bold;
Expand Down

0 comments on commit 5ad953b

Please sign in to comment.