mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
🎨
This commit is contained in:
parent
7ac8c18179
commit
b95eeb09d1
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
|
display block
|
||||||
width 100%
|
width 100%
|
||||||
height 48px
|
height 48px
|
||||||
background-image url(/assets/desktop/header-logo.svg)
|
background-image isDark ? url('/assets/desktop/header-icon.dark.svg') : url('/assets/desktop/header-icon.light.svg')
|
||||||
background-size 46px
|
background-size 24px
|
||||||
background-position center
|
background-position center
|
||||||
background-repeat no-repeat
|
background-repeat no-repeat
|
||||||
opacity 0.3
|
opacity 0.3
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
<main v-else class="index">
|
<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="desc"><b>%i18n:common.misskey%</b> - <span @click="about = true">%i18n:@about%</span></p>
|
||||||
<p class="account">
|
<p class="account">
|
||||||
<button class="signup" @click="signup">%i18n:@signup-button%</button>
|
<button class="signup" @click="signup">%i18n:@signup-button%</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user