fix(ui): 修复夜间模式下编辑器文本颜色显示异常
- 将夜间模式编辑器文本颜色从 #dfe6e9 调整为 #1f2937 - 确保文本在深色背景下具有更好的可读性 - 保持与其他夜间模式组件的一致性
This commit is contained in:
@@ -537,7 +537,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="night"] .atk-editor-textarea {
|
[data-theme="night"] .atk-editor-textarea {
|
||||||
color: #dfe6e9 !important;
|
color: #1f2937 !important;
|
||||||
background: rgba(40, 40, 45, 0.5) !important;
|
background: rgba(40, 40, 45, 0.5) !important;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1px solid rgba(255, 255, 255, 0.08) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user