Unsubscribing from observable on CoarseGraph Component destroy

Change-Id: I99c59e9c8355edccaca108534d14a1e0901bcc45
diff --git a/src/app/service-graph/components/coarse/coarse.component.scss b/src/app/service-graph/components/coarse/coarse.component.scss
index f2497a9..1cf8f3c 100644
--- a/src/app/service-graph/components/coarse/coarse.component.scss
+++ b/src/app/service-graph/components/coarse/coarse.component.scss
@@ -20,7 +20,7 @@
 
     .node > rect {
       stroke: $color-accent;
-      fill: $background-light-color;
+      fill: $background-color;
     }
 
     .node > text {