diff --git a/puppetboard/static/css/puppetboard.css b/puppetboard/static/css/puppetboard.css index a00cbd0..01b8e63 100644 --- a/puppetboard/static/css/puppetboard.css +++ b/puppetboard/static/css/puppetboard.css @@ -4,7 +4,7 @@ body { } a { - color: #564F8A; + color: #2C3E50; text-decoration: none; } @@ -55,3 +55,11 @@ th.tablesorter-headerDesc::after { .absolute div { padding: 1em; } + +.ui.menu.darkblue { + background-color:#2C3E50; +} + +.ui.darkblue.header, i.darkblue { + color:#2C3E50; +} diff --git a/puppetboard/templates/index.html b/puppetboard/templates/index.html index 9d1aa20..2aac1fd 100644 --- a/puppetboard/templates/index.html +++ b/puppetboard/templates/index.html @@ -32,15 +32,15 @@