mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 02:47:30 +08:00
调整颜色变量和动画效果
This commit is contained in:
@@ -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