Changed info arrow colour

This commit is contained in:
Jiiks 2016-11-04 07:11:52 +02:00
parent 0b614022ad
commit a1f9f29198
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define(() => {
}
info(msg) {
console.info(`%c[BD] %c>> %c${msg}`, 'color:#3e82e5; font-weight:700', 'color:blue; font-weight:700', '')
console.info(`%c[BD] %c>> %c${msg}`, 'color:#3e82e5; font-weight:700', 'color:#3e82e5; font-weight:700', '')
}
warn(msg) {