mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
💄 增加浅色模式下的可见度
This commit is contained in:
@@ -13,7 +13,13 @@
|
||||
variant="outlined"
|
||||
label="游戏UID"
|
||||
/>
|
||||
<img src="/icon/nation/千星奇域.webp" alt="byd" @click="toBeyond()" title="千星奇域" />
|
||||
<img
|
||||
class="gacha-top-byd"
|
||||
src="/icon/nation/千星奇域.webp"
|
||||
alt="byd"
|
||||
@click="toBeyond()"
|
||||
title="千星奇域"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<template #extension>
|
||||
@@ -406,6 +412,14 @@ async function deleteGacha(): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
.gacha-top-byd {
|
||||
filter: invert(0.75);
|
||||
}
|
||||
|
||||
.dark .gacha-top-byd {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.gacha-top-btns {
|
||||
display: flex;
|
||||
margin-left: 16px;
|
||||
|
||||
Reference in New Issue
Block a user