diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index ac4f9c8..1181f65 100644 --- a/components/config.ts +++ b/components/config.ts @@ -81,6 +81,11 @@ export const initialVisuals = { labelTextColor: 'black', labelBackgroundColor: 'white', labelBackgroundOpacity: 0.7, + citeDashes: true, + citeDashLength: 35, + citeGapLength: 15, + citeLinkColor: 'gray.600', + citeNodeColor: 'black', } export const initialBehavior = { |