Skip to content

Commit

Permalink
Fix: Add color to the link text when markdown converts html (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: harlee-x <hailin097@sina.com>
  • Loading branch information
harlee-x authored Apr 8, 2024
1 parent da5c8e7 commit 53573e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdp_catalog_manager/utils/markdown_to_html/md_html.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ p {
line-height: 1.8;
}
a {
color: #0a0a0a;
color: #416aff;
text-decoration: none;
}
a:hover {
Expand Down

0 comments on commit 53573e1

Please sign in to comment.