diff --git a/static/client.js b/static/client.js index 65540ec..777012f 100644 --- a/static/client.js +++ b/static/client.js @@ -77,7 +77,6 @@ class StatusBar extends HTMLElement { } set logs(logs) { - console.log(logs); this.innerHTML = ''; this.logs_ = logs; let now = Date.now(); diff --git a/static/style.css b/static/style.css index f5de631..8659765 100644 --- a/static/style.css +++ b/static/style.css @@ -59,7 +59,7 @@ status-bar { position:relative; &[data-status="outage"] { background:#ea1313; - box-shadow:0px 0px 3px #ea131355; + border: 1px dashed #ffb704; } &[data-status="highly-degraded"] { background:#cc263f;