mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
编辑器语言栏组件化
This commit is contained in:
@@ -35,21 +35,11 @@
|
||||
background: var(--q-dark-page);
|
||||
}
|
||||
|
||||
.container {
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #f4f4f4;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.body--dark .container {
|
||||
color: white;
|
||||
background: var(--q-dark-page);
|
||||
}
|
||||
|
||||
.q-tooltip {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user