wip: Dark theme transformation

This commit is contained in:
ckl1
2022-05-10 16:11:48 +08:00
parent 2ad5a50327
commit a76858c13f
11 changed files with 228 additions and 225 deletions

View File

@@ -64,6 +64,11 @@ export default defineConfig({
backgroundColor: 'var(--top-header-hover-color)'
}
},
'.dark .hover-tigger': {
'&:hover': {
backgroundColor: 'var(--el-bg-color-overlay)'
}
},
...obj
})
})