From b75598d879e1b9153d89a96f7b0f66ad8d641f71 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 11 Oct 2021 20:50:51 +0200 Subject: feat(preview): tag display and scroll fix --- components/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/config.ts') 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, -- cgit v1.2.3