Skip to content

Commit

Permalink
fix: font color err in console banner
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Mar 27, 2024
1 parent bdf3892 commit 1950df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ document.addEventListener("DOMContentLoaded", () => initOnce());
console.log(
`%c Matecho %c By Zapic \n`,
"color: #fff; background: #E91E63; padding:5px 0;",
"background: #efefef; padding:5px 0;",
"color: #000;background: #efefef; padding:5px 0;",
`${__BUILD_COMMIT_ID__} @ ${__BUILD_DATE__} `
);

0 comments on commit 1950df8

Please sign in to comment.