Skip to content

Commit

Permalink
Fixed link color inconsistency (#6388)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Aug 22, 2021
1 parent a3fb2ea commit 31a2064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lib/prose-lite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ export const proseStyles = {
content: '""',
},
a: {
color: 'var(--text)',
textDecoration: 'underline',
fontWeight: 500,
color: 'inherit',
},
'a:hover': {
color: 'var(--link)',
},
strong: {
color: 'var(--text)',
color: 'inherit',
fontWeight: 600,
},
'ol[type="A"], ol[type="A" s]': {
Expand Down

1 comment on commit 31a2064

@vercel
Copy link

@vercel vercel bot commented on 31a2064 Aug 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.