diff --git a/public/sass/components/_panel_heatmap.scss b/public/sass/components/_panel_heatmap.scss index 3fa2e331c7b..134186f25a2 100644 --- a/public/sass/components/_panel_heatmap.scss +++ b/public/sass/components/_panel_heatmap.scss @@ -49,9 +49,8 @@ .heatmap-selection { stroke-width: 1; - opacity: 0.3; - fill: #828282; - stroke: darken($red,15%); + fill: rgba(102, 102, 102, 0.4); + stroke: rgba(102, 102, 102, 0.8); } .heatmap-legend-wrapper {