diff --git a/README.md b/README.md index f9b640f..c245e0f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ chance at any time that you will be able to access it. # Bugs -* Does not work with firefox * Tends to crash w/o telling user if you provide an invalid steam id diff --git a/website/graph.html b/website/graph.html index d256d6c..0f2baa9 100644 --- a/website/graph.html +++ b/website/graph.html @@ -6,7 +6,7 @@ - + @@ -101,14 +101,6 @@ position: absolute; /*background-color: #455660;*/ } - .sigma-edge { - /*stroke: #14191C;*/ - } - .sigma-node { - /*fill: green;*/ - /*stroke: #14191C;*/ - /*stroke-width: 2px;*/ - } .sigma-node:hover { fill: blue; } @@ -128,10 +120,19 @@ edges: [] }, colors = [ - '#617db4', - '#668f3c', - '#c6583e', - '#b956af' + // '#617db4', + // '#668f3c', + // '#c6583e', + // '#b956af', + // '#ac80a0', + // '#c2cae8', + // '#8380b6', + // '#738290' + '#4281a4', + '#5da9e9', + '#003f91', + '#b793ae', + '#6d326d' ]; // Instantiate sigma: diff --git a/website/graphs.html b/website/graphs.html index 9fd83b3..8675252 100644 --- a/website/graphs.html +++ b/website/graphs.html @@ -6,6 +6,7 @@ +