mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-25 06:45:10 +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
|
//Make some logs
|
||||||
console.addLogger('debug', 'inverse');
|
console.addLogger('debug', 'red');
|
||||||
console.addLogger('fun', 'rainbow');
|
console.addLogger('fun', 'red');
|
||||||
|
|
||||||
console.time().fun('hello world');
|
console.time().fun('hello world');
|
||||||
console.tag('This is a test').debug('A test');
|
console.tag('This is a test').debug('A test');
|
||||||
|
|
|
@ -70,6 +70,9 @@ body {
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
/* font-weight: bold; */
|
/* font-weight: bold; */
|
||||||
/* letter-spacing: 1px; */
|
/* letter-spacing: 1px; */
|
||||||
|
padding: 1px 5px;
|
||||||
|
background: #000;
|
||||||
|
border: 1px solid #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|
Loading…
Add table
Reference in a new issue