mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-25 14:55:01 +00:00
Fixed tags
This commit is contained in:
parent
78be7ca828
commit
7f3c26cd65
2 changed files with 5 additions and 2 deletions
|
@ -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');
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue