slight colour changes

This commit is contained in:
Ruben van de Ven 2021-08-13 11:31:54 +02:00
parent 42472e9663
commit a4c73be6a6
1 changed files with 9 additions and 5 deletions

View File

@ -7,12 +7,13 @@
:root {
--color1: #9741f9;
--color2: #fd7159;
--color3: #4c9be6;
--color2: #f04a2d;
--color3: #0083ff;
/* --color4: #f9844a; */
--color5: #24C3B2;
--color6: #7bc748;
--color7: #e4a02b;
--color7: #e4a02b;/*#fff239;*/
--color7-2: #e4a02b;
--color8: #4d908e;
--color9: #577590;
--color10: #277da1;
@ -65,7 +66,7 @@ svg .links line, svg .links path {
/* stroke: #f3722c; */
/* stroke: #9df32c; */
stroke: var(--link-color);
stroke-width: calc(14px / var(--zoom));
stroke-width: calc(12px / var(--zoom));
fill: none;
/* transition: stroke-width 1s; */
cursor: pointer;
@ -304,9 +305,12 @@ svg.zoomed.zoomed2 .node text.nodeTitle {
.node.Institution.Institution-local-government path{
fill: #75F06D;
}
.node.Institution.Institution-law-enforcement path, .node.Institution.Institution-law-enforcement text{
.node.Institution.Institution-law-enforcement path{
fill: var(--color7);
}
.node.Institution.Institution-law-enforcement text{
fill: var(--color7-2);
}
.node.Institution.Institution-ngo path, .node.Institution.Institution-ngo text{
fill: var(--color5);
}