🎨
BIN
assets/mi.svg
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7.3 KiB |
BIN
src/client/app/desktop/assets/header-icon.dark.svg
Normal file
After Width: | Height: | Size: 7 KiB |
BIN
src/client/app/desktop/assets/header-icon.light.svg
Normal file
After Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 1,021 B |
Before Width: | Height: | Size: 946 B |
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |