summaryrefslogtreecommitdiff
path: root/res/css/partials/graph-view.scss
diff options
context:
space:
mode:
Diffstat (limited to 'res/css/partials/graph-view.scss')
-rw-r--r--res/css/partials/graph-view.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss
index 758285ea..44575d4e 100644
--- a/res/css/partials/graph-view.scss
+++ b/res/css/partials/graph-view.scss
@@ -1,6 +1,7 @@
.graph-view {
width:100%;
background-color: #f5f5fa; //$light-grey
+ position: relative;
}
.node {
@@ -106,9 +107,8 @@
fill: $blue;
}
-
.circle.club {
- fill: $purple;
+ fill: $magenta;
}
.circle.skill {
@@ -116,7 +116,7 @@
}
.circle.interest {
- fill: $orange;
+ fill: $purple;
}
.circle.project {
@@ -124,23 +124,23 @@
}
.circle.third-internship-proposal {
- fill: $magenta;
+ fill: $cyan;
}
.circle.internship {
- fill: $cyan;
+ fill: $orange;
}
.circle.empty {
- fill: #080808;
+ fill: $mid-grey;
}
.circle.chainlink {
- fill: #fff;
+ fill: $dark-grey;
}
.circle.bubble {
- fill: rgba(0,0,0,0.2);
+ fill: rgba(255,255,255,0.2);
}