summaryrefslogtreecommitdiff
path: root/components/config.ts
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-11 20:50:51 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-11 20:50:51 +0200
commitb75598d879e1b9153d89a96f7b0f66ad8d641f71 (patch)
treec561ba8ca01a9f666688659b4d8ca631448da860 /components/config.ts
parent256ce2c5c0617d3f59817a4c6308161ce22c7ba2 (diff)
feat(preview): tag display and scroll fix
Diffstat (limited to 'components/config.ts')
-rw-r--r--components/config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/config.ts b/components/config.ts
index 0ae654e..ec1c691 100644
--- a/components/config.ts
+++ b/components/config.ts
@@ -60,7 +60,7 @@ export const initialVisuals = {
nodeResolution: 12,
labels: 2,
labelScale: 1,
- labelFontSize: 13,
+ labelFontSize: 10,
labelLength: 40,
labelWordWrap: 25,
labelLineSpace: 1,
@@ -88,7 +88,7 @@ export const initialVisuals = {
linkHighlight: 'purple.500',
backgroundColor: 'white',
emacsNodeColor: 'gray.800',
- labelTextColor: 'gray.900',
+ labelTextColor: 'black',
labelBackgroundColor: '',
labelBackgroundOpacity: 0.7,
citeDashes: true,