summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-04-21 12:36:30 +0300
committergarbash <dor.garbash@gmail.com>2015-04-21 12:36:36 +0300
commit101095f23ba0e98e3d4f34185bdd53686ddfede6 (patch)
tree32c3c5fcbca32f5c29a6f4d0d1be3c622a37fa49 /res/client/css/style.css
parenta6cf8635cd4eec130fd2fa5f6015653686e897d6 (diff)
Add middle-score to multi-word node types
Also: See issues #508 + #509
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 38ac23b0..54d0c7b0 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -967,6 +967,18 @@ p {
.circle.person {
fill: #004681; }
+.circle.beneficiary {
+ fill: #40C200; }
+
+.circle.completed-project {
+ fill: #8b3ab0; }
+
+.circle.ongoing-project {
+ fill: #ee3654; }
+
+.circle.future-project {
+ fill: #33c2e0; }
+
.circle.collaborator {
fill: #004681; }