diff --git a/puppetboard/static/css/puppetboard.css b/puppetboard/static/css/puppetboard.css index 43801db48..02670f266 100644 --- a/puppetboard/static/css/puppetboard.css +++ b/puppetboard/static/css/puppetboard.css @@ -77,6 +77,10 @@ h1.ui.header.no-margin-bottom { background-color: #989898; } +.ui.header.unchanged { + color: #89A54E; +} + .ui.label.unchanged { background-color: #89A54E; } diff --git a/puppetboard/templates/index.html b/puppetboard/templates/index.html index f22309958..2e201fd29 100644 --- a/puppetboard/templates/index.html +++ b/puppetboard/templates/index.html @@ -41,6 +41,17 @@