From bf8fb3aaaf583e9e1ffdaad05cbc840e78c26edc Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 8 Aug 2018 10:20:38 -0300 Subject: [PATCH] Changing icons colors to black --- app/assets/stylesheets/physical_infra_topology.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/physical_infra_topology.scss b/app/assets/stylesheets/physical_infra_topology.scss index ceed5f6a6ce..a934c87117d 100644 --- a/app/assets/stylesheets/physical_infra_topology.scss +++ b/app/assets/stylesheets/physical_infra_topology.scss @@ -1,7 +1,8 @@ $topology-colors: ( - PhysicalServer: #00659c, - PhysicalRack: #2d7623, - PhysicalSwitch: #b35c00, + PhysicalServer: #030303, + PhysicalRack: #030303, + PhysicalSwitch: #030303, + PhysicalChassis: #030303, ); @each $component, $color in $topology-colors {