fix: fix link colors in json samples

This commit is contained in:
Roman Hotsiy 2018-06-26 18:57:04 +03:00
parent 78fa31225a
commit aaaa8999bf
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -27,7 +27,8 @@ export const jsonStyles = css`
.type-string {
color: #66b16e;
& + a {
& + a,
& + a:visited {
color: #66b16e;
text-decoration: underline;
}