Skip to content

Commit

Permalink
feat: markdown links color match vtex brading and underlined links
Browse files Browse the repository at this point in the history
  • Loading branch information
phvm committed May 16, 2024
1 parent 90d7bdc commit 39a6629
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/markdown-renderer/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ table .code {
}

.blockquote a{
color: #D4084C !important;
color: #e31c58 !important;
text-decoration: underline 1px solid;
}

.blockquote a:hover{
color: #c81e51;
}

.blockquoteInfo {
Expand Down

0 comments on commit 39a6629

Please sign in to comment.