diff --git a/puppetboard/static/css/puppetboard.css b/puppetboard/static/css/puppetboard.css index 977bcf9..047129e 100644 --- a/puppetboard/static/css/puppetboard.css +++ b/puppetboard/static/css/puppetboard.css @@ -1,75 +1,75 @@ body { margin: 0; font-family: "Open Sans", sans-serif; } a { - color: #2C3E50; + color: #2E5D8C; text-decoration: none; } h1.ui.header.no-margin-bottom { margin-bottom: 0; } .tablesorter-header-inner { float: left; } th.tablesorter-headerAsc::after { content: '\25b4' !important; float: right; } th.tablesorter-headerDesc::after { content: '\25be' !important; float: right; } .ui.grid.padding-bottom { padding-bottom: 40px !important; } .status { width: 47%; text-align: center; display: block; } .count { width: 21%; text-align: center; display: block; } .no-margin-top { margin-top: -35px !important; } .absolute { position: fixed; bottom: 0; width: 100%; background: #E8E8E8; } .absolute div { padding: 1em; } .ui.menu.darkblue { background-color:#2C3E50; } .ui.darkblue.header, i.darkblue { color:#2C3E50; } .ui.labels .darkblue.label::before, .ui.darkblue.labels .label::before, .ui.darkblue.label::before { background-color:#2C3E50; } .ui.darkblue.labels .label, .ui.darkblue.label { background-color:#2C3E50; border-color:#2C3E50; color:#FFF; }