diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-06 14:32:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-06 14:32:15 +0900 |
| commit | e8df6e81163fd0c3525fd4ec875c3f14c11b7bac (patch) | |
| tree | 507891283bfcd3c646022ca24516f2a6014ea8dd /src/web/app/init.ts | |
| parent | Update settings.vue (diff) | |
| download | misskey-e8df6e81163fd0c3525fd4ec875c3f14c11b7bac.tar.gz misskey-e8df6e81163fd0c3525fd4ec875c3f14c11b7bac.tar.bz2 misskey-e8df6e81163fd0c3525fd4ec875c3f14c11b7bac.zip | |
:v:
Diffstat (limited to 'src/web/app/init.ts')
| -rw-r--r-- | src/web/app/init.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/init.ts b/src/web/app/init.ts index 38b74d450d..52d2ecf99a 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); |