This commit is contained in:
syuilo 2018-05-29 02:20:40 +09:00
parent 7ac8c18179
commit b95eeb09d1
9 changed files with 11 additions and 11 deletions

BIN
assets/mi.svg (Stored with Git LFS)

Binary file not shown.

BIN
src/client/app/desktop/assets/header-icon.dark.svg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
src/client/app/desktop/assets/header-icon.light.svg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -150,8 +150,8 @@ root(isDark)
display block
width 100%
height 48px
background-image url(/assets/desktop/header-logo.svg)
background-size 46px
background-image isDark ? url('/assets/desktop/header-icon.dark.svg') : url('/assets/desktop/header-icon.light.svg')
background-size 24px
background-position center
background-repeat no-repeat
opacity 0.3

View file

@ -12,7 +12,7 @@
</article>
</main>
<main v-else class="index">
<img :src="$store.state.device.darkmode ? 'assets/title-dark.svg' : 'assets/title.svg'" alt="Misskey">
<img :src="$store.state.device.darkmode ? 'assets/title.dark.svg' : 'assets/title.light.svg'" alt="Misskey">
<p class="desc"><b>%i18n:common.misskey%</b> - <span @click="about = true">%i18n:@about%</span></p>
<p class="account">
<button class="signup" @click="signup">%i18n:@signup-button%</button>