From d71cf3f1406689fa5544a1484948c6a7993a66d7 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 11 Jul 2018 20:49:21 -0600 Subject: [PATCH] fix console message --- epapi/epapi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epapi/epapi.js b/epapi/epapi.js index f155571..69efa54 100644 --- a/epapi/epapi.js +++ b/epapi/epapi.js @@ -545,14 +545,14 @@ function evaluate(str, exportsR) { // oh no i made it even uglier about: function() { console.log( - `%Lλmbda%c + `%cLλmbda%c ${this.bootstrap.name ? this.bootstrap.name : "unknown"}${ this.bootstrap.version ? ` ${this.bootstrap.version}` : "" }${this.bootstrap.method ? ` (${this.bootstrap.method})` : ""} EPAPI ${this.version}${window.crispr ? `, CRISPR ${window.crispr.version}` : ""} https://xn--lmbda-2be.cf/ https://discord.gg/6dKCZxn`, - "background:linear-gradient(to bottom right,#0ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-family:sans-serif", + "background:linear-gradient(to bottom right,#c0ff80,#c080ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:48px;font-family:sans-serif", "" ); },