Skip to content

Commit 7becaac

Browse files
style: 主题切换样式
1 parent cc776a4 commit 7becaac

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

frontend/src/styles/index.scss

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -534,14 +534,7 @@ div:focus {
534534
color: var(--Main) !important;
535535
}
536536

537-
/* .blackTheme .el-dialog {
538-
background: var(--ContentBG) !important;
539-
color: var(--TextPrimary) !important;
540-
}
541-
*/
542-
.blackTheme .el-dialog__title {
543-
color: #ffffff !important;
544-
}
537+
545538

546539
.blackTheme .title-text {
547540
color: var(--TextPrimary) !important;
@@ -663,9 +656,7 @@ div:focus {
663656
background: #38393a !important;
664657
}
665658

666-
.blackTheme .el-message-box__content {
667-
color: #F2F6FC;
668-
}
659+
669660

670661
.blackTheme .el-message-box__btns {
671662
.el-button--default:not(.el-button--primary) {

0 commit comments

Comments
 (0)