diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
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, |