diff options
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 24 | ||||
-rw-r--r-- | public/less/themes/arc-green.less | 4 |
2 files changed, 28 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index b0f95bbde3..3495024cc2 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -605,3 +605,27 @@ footer { } } } + +.heatmap-color-0 { + background-color: #f4f4f4; +} + +.heatmap-color-1 { + background-color: #d7e5db; +} + +.heatmap-color-2 { + background-color: #adc7ab; +} + +.heatmap-color-3 { + background-color: #83a87b; +} + +.heatmap-color-4 { + background-color: #598a4b; +} + +.heatmap-color-5 { + background-color: #2f6b1b; +} diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index 7e2493f85f..34d422bd71 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -818,3 +818,7 @@ color: #9e9e9e; } } + +.heatmap-color-0 { + background-color: #2d303b; +} |