调整颜色变量和动画效果

This commit is contained in:
fofolee
2025-02-10 09:49:54 +08:00
parent ad06d35051
commit d2a93e9add
4 changed files with 19 additions and 16 deletions

View File

@@ -119,6 +119,6 @@ export default {
}
.card-wrapper-hover {
transform: scale(1.02);
transform: translateY(-1px);
}
</style>

View File

@@ -370,10 +370,10 @@ export default {
<style>
.quickcommand-ui.q-card {
background-color: #f4f4f4;
background-color: var(--utools-bright-bg);
}
.body--dark .quickcommand-ui.q-card {
background-color: var(--q-dark-page);
background-color: var(--utools-dark-bg);
}
</style>