💄 美化抽奖页

This commit is contained in:
BTMuli
2023-09-07 14:59:15 +08:00
parent fcb1dc9493
commit 153b27b8cb
4 changed files with 41 additions and 37 deletions

View File

@@ -68,4 +68,9 @@ onMounted(async () => {
.jv-container {
background: var(--box-bg-2) !important;
}
.jv-key,
.jv-array {
color: var(--box-text-4) !important;
}
</style>