From 86d5d10ab1e8572bd78284e9b533753710393978 Mon Sep 17 00:00:00 2001 From: Peter Yuen Date: Sat, 11 Jun 2022 08:15:56 +0800 Subject: [PATCH] Fixed graph options --- netlify.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.example.toml b/netlify.example.toml index 6d6f40a8..0b2ffe3f 100644 --- a/netlify.example.toml +++ b/netlify.example.toml @@ -43,7 +43,7 @@ ROOT_SECTION_NAME = "main" GRAPH_OPTIONS = """ { nodes: { - shape: "star", + shape: "dot", color: isDark() ? "#8c8e91" : "#dee2e6", font: { face: "Inter",