From 8953ba333c7a2da832f1b34e9003d22bb2e0e4ad Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 6 Mar 2018 14:32:15 +0900
Subject: [PATCH] :v:

---
 src/web/app/init.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/web/app/init.ts b/src/web/app/init.ts
index 38b74d450..52d2ecf99 100644
--- a/src/web/app/init.ts
+++ b/src/web/app/init.ts
@@ -52,7 +52,7 @@ Vue.mixin({
 console.info(`Misskey v${version} (葵 aoi)`);
 console.info(
 	'%cここにコードを入力したり張り付けたりしないでください。アカウントが不正利用される可能性があります。',
-	'color: red; background: yellow; font-size: 16px;');
+	'color: red; background: yellow; font-size: 16px; font-weight: bold;');
 
 // BootTimer解除
 window.clearTimeout((window as any).mkBootTimer);