changed keling in the dark theme text color

This commit is contained in:
lqins
2025-02-22 22:40:14 +08:00
parent 54b5a78c0e
commit cad1ce6943
2 changed files with 5 additions and 72 deletions

View File

@@ -2,6 +2,10 @@
display: flex;
min-height: 100vh;
:deep(.el-form-item__label) {
color: var(--text-theme-color);
}
.grid-content {
// background-color #383838
background: var(--card-bg);
@@ -26,6 +30,7 @@
.text {
margin-left: 5px;
margin-top: 2px;
color: var(--text-theme-color);
}
}