From 408a09a8ac541dd180f52e703718e700117b4824 Mon Sep 17 00:00:00 2001 From: Maxime Vaillancourt Date: Tue, 27 Oct 2020 21:21:31 -0400 Subject: [PATCH] Update graph based on markdown-links --- _includes/notes_graph.html | 206 ++++++++++++++++++++++++++++--------- 1 file changed, 155 insertions(+), 51 deletions(-) diff --git a/_includes/notes_graph.html b/_includes/notes_graph.html index 48fd09a..60e9b9f 100644 --- a/_includes/notes_graph.html +++ b/_includes/notes_graph.html @@ -6,7 +6,7 @@ .nodes circle { cursor: pointer; - fill: blue; + fill: #8b88e6; transition: all 0.15s ease-out; } @@ -19,15 +19,16 @@ .nodes [active], .text [active] { cursor: pointer; - fill: red; + fill: black; } - .nodes circle[active] { - r: 6; + .inactive { + opacity: 0.1; + transition: all 0.15s ease-out; } #graph-wrapper { - background: #fafafa; + background: #fcfcfc; border-radius: 4px; height: auto; } @@ -39,38 +40,134 @@
-
+ \ No newline at end of file