diff --git a/examples/webPanel.js b/examples/webPanel.js index 1b7e6a0..1a67ba3 100644 --- a/examples/webPanel.js +++ b/examples/webPanel.js @@ -14,8 +14,8 @@ //Make some logs - console.addLogger('debug', 'inverse'); - console.addLogger('fun', 'rainbow'); + console.addLogger('debug', 'red'); + console.addLogger('fun', 'red'); console.time().fun('hello world'); console.tag('This is a test').debug('A test'); diff --git a/static/style.css b/static/style.css index fdca7c1..3f53ac7 100644 --- a/static/style.css +++ b/static/style.css @@ -70,6 +70,9 @@ body { font-family: "Open Sans"; /* font-weight: bold; */ /* letter-spacing: 1px; */ + padding: 1px 5px; + background: #000; + border: 1px solid #222; } .page {