Skip to content

Commit

Permalink
fix: fix link colors in json samples
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jun 28, 2018
1 parent 78fa312 commit aaaa899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/JsonViewer/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export const jsonStyles = css`
.type-string {
color: #66b16e;
& + a {
& + a,
& + a:visited {
color: #66b16e;
text-decoration: underline;
}
Expand Down

0 comments on commit aaaa899

Please sign in to comment.