mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-18 15:16:37 +08:00
35 lines
694 B
CSS
35 lines
694 B
CSS
/* 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;
|
|
}
|
|
|