diff --git a/src/definitions/views/statistic.less b/src/definitions/views/statistic.less index 80fae3731..294254ec2 100755 --- a/src/definitions/views/statistic.less +++ b/src/definitions/views/statistic.less @@ -401,6 +401,11 @@ .ui.inverted.yellow.statistic > .value { color: @lightYellow; } +.ui.inverted.olive.statistics .statistic > .value, +.ui.statistics .inverted.olive.statistic > .value, +.ui.inverted.olive.statistic > .value { + color: @lightOlive; +} .ui.inverted.green.statistics .statistic > .value, .ui.statistics .inverted.green.statistic > .value, .ui.inverted.green.statistic > .value { @@ -550,4 +555,4 @@ } -.loadUIOverrides(); \ No newline at end of file +.loadUIOverrides();