From aaaa8999bf79ec4a364b3e055b97bcfbb2bd7eb2 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 26 Jun 2018 18:57:04 +0300 Subject: [PATCH] fix: fix link colors in json samples --- src/components/JsonViewer/style.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/JsonViewer/style.ts b/src/components/JsonViewer/style.ts index 3bed1f7526..0c99e2b384 100644 --- a/src/components/JsonViewer/style.ts +++ b/src/components/JsonViewer/style.ts @@ -27,7 +27,8 @@ export const jsonStyles = css` .type-string { color: #66b16e; - & + a { + & + a, + & + a:visited { color: #66b16e; text-decoration: underline; }