style: 重写ele

This commit is contained in:
ccnetcore
2025-08-04 23:34:13 +08:00
parent 225932eff1
commit 5b024e9443

View File

@@ -0,0 +1,34 @@
/* Element Plus 主色调覆盖 */
html.dark {
--el-color-primary: #00DA72 ;
--el-color-primary-light-3: #40e394;
--el-color-primary-light-5: #66eaa6;
--el-color-primary-light-7: #8cf1b8;
--el-color-primary-light-8: #a6f5c9;
--el-color-primary-light-9: #bff8db;
--el-color-primary-dark-2: #00b05c;
--el-menu-hover-bg-color: none;
}
.el-tag {
--el-tag-border-radius: 0px;
}
.el-tag.el-tag--primary {
--el-tag-text-color: #000;
}
.el-button {
border-radius: 0px;
}
.el-card {
border-radius: 0px !important;
}
:root {
--w-e-toolbar-bg-color:#0E131D !important;
--w-e-toolbar-color:#fff !important;
--w-e-textarea-bg-color: #0E131D !important;
}