Skip to content

Commit aaaa899

Browse files
committed
fix: fix link colors in json samples
1 parent 78fa312 commit aaaa899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/JsonViewer/style.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export const jsonStyles = css`
2727
2828
.type-string {
2929
color: #66b16e;
30-
& + a {
30+
& + a,
31+
& + a:visited {
3132
color: #66b16e;
3233
text-decoration: underline;
3334
}

0 commit comments

Comments
 (0)