Skip to content

Commit

Permalink
link hover 스타일 override
Browse files Browse the repository at this point in the history
  • Loading branch information
dongoc committed Dec 24, 2024
1 parent 49488b9 commit b71c1ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/triple-email-document/src/elements/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const DefaultLink = styled.a`
text-decoration: underline;
overflow-wrap: break-word;
white-space: pre-line;
&:hover {
color: #2987f0;
text-decoration: underline;
}
`

const ButtonLink = styled.a`
Expand Down

0 comments on commit b71c1ab

Please sign in to comment.