From 38837c9d968084df76ac29c8062527a08bb0cbb7 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sun, 10 Jun 2018 10:41:52 -0400 Subject: [PATCH] Updated color scheme of the graph --- website/graph.html | 102 +++++++++++++++++++++++++++++--------------- website/graphs.html | 2 - 2 files changed, 67 insertions(+), 37 deletions(-) diff --git a/website/graph.html b/website/graph.html index 38ccaf4..dc12875 100644 --- a/website/graph.html +++ b/website/graph.html @@ -111,34 +111,49 @@ left: 0; right: 0; position: absolute; - /*background-color: #455660;*/ + background-color: #455660; + } + .sigma-edge { + stroke: #14191C; + fill-opacity: 0.7; + stroke-opacity: 0.7; + } + .sigma-node { + fill: #008080; + stroke: #14191C; + stroke-width: 2px; } .sigma-node:hover { fill: blue; } + .sigma-label + { + fill: #00CED1 !important; + } .muted { fill-opacity: 0.1; stroke-opacity: 0.1; - font-size: 0; } + /*.sigma-node:hover {*/ + /*fill: blue;*/ + /*}*/ + /*.muted {*/ + /*fill-opacity: 0.1;*/ + /*stroke-opacity: 0.1;*/ + /*font-size: 0;*/ + /*}*/