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 @@