mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-11 08:03:28 +08:00
调整颜色变量和动画效果
This commit is contained in:
@@ -119,6 +119,6 @@ export default {
|
||||
}
|
||||
|
||||
.card-wrapper-hover {
|
||||
transform: scale(1.02);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
</style>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user