refactor: enhance the Log widget (#339)

This commit is contained in:
Fine0830
2023-11-17 10:15:39 +08:00
committed by GitHub
parent 8f3ce7d371
commit c6d1c49569
6 changed files with 38 additions and 20 deletions

View File

@@ -15,6 +15,10 @@
* limitations under the License.
*/
@use "element-plus/theme-chalk/src/dark/css-vars.scss" as *;
:root {
--sw-green: #70c877;
--sw-orange: #e6a23c;
}
html {
--el-color-primary: #409eff;
@@ -58,7 +62,7 @@ html {
}
html.dark {
--el-color-primary: rgb(64, 158, 255);
--el-color-primary: #409eff;
--theme-background: #212224;
--font-color: #fafbfc;
--disabled-color: #ccc;