mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
🎨
This commit is contained in:
parent
7ac8c18179
commit
b95eeb09d1
9 changed files with 11 additions and 11 deletions
BIN
assets/mi.svg
(Stored with Git LFS)
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
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
BIN
src/client/app/desktop/assets/header-icon.light.svg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/client/app/desktop/assets/header-logo-white.svg
(Stored with Git LFS)
BIN
src/client/app/desktop/assets/header-logo-white.svg
(Stored with Git LFS)
Binary file not shown.
BIN
src/client/app/desktop/assets/header-logo.svg
(Stored with Git LFS)
BIN
src/client/app/desktop/assets/header-logo.svg
(Stored with Git LFS)
Binary file not shown.
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue