mirror of https://github.com/msgbyte/tailchat
style(web): 样式优先级调整
parent
63ebbd0f52
commit
391078ac90
@ -1,10 +1,17 @@
|
||||
.dark {
|
||||
// 表单
|
||||
.ant-form-item-label > label {
|
||||
color: white;
|
||||
}
|
||||
|
||||
// 分割线
|
||||
.ant-divider-horizontal.ant-divider-with-text {
|
||||
border-top-color: rgba(255,255,255,0.12);
|
||||
color: rgba(255,255,255,0.85);
|
||||
}
|
||||
|
||||
// 排版
|
||||
.ant-typography {
|
||||
color: rgba(255,255,255,0.65);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue