diff --git a/src/components/JsonViewer/style.ts b/src/components/JsonViewer/style.ts index 3bed1f75..0c99e2b3 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; }