summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-23 16:03:25 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-23 16:03:25 +0200
commit10cda32757e4940845c5c1479af09fe0b323222c (patch)
tree345d1798772745e77cc4dcd3aea256b4d103dec9
parent39e6ec5f16ac782ff7deaa382b72a603d662b235 (diff)
made links a little brighter
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx
index da00d0a..170935e 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -782,7 +782,7 @@ export const Graph = function (props: GraphProps) {
(link.source as NodeObject).id! === centralHighlightedNode?.id! ||
(link.target as NodeObject).id! === centralHighlightedNode?.id!
- return linkIsHighlighted ? theme.colors.purple[500] : theme.colors.gray[400]
+ return linkIsHighlighted ? theme.colors.purple[500] : theme.colors.gray[500]
},
linkWidth: physics.linkWidth,
linkDirectionalParticleWidth: physics.particlesWidth,