You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/web/src/styles/antd/dark.less

30 lines
491 B
Plaintext

.dark {
// 表单
.ant-form-item-label > label {
color: white;
}
// 分割线
.ant-divider {
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);
}
// 输入框
.ant-input {
color: rgba(255,255,255,0.65);
background-color: transparent;
border: 1px solid rgba(255,255,255,0.12);
}
// 走马灯
.ant-carousel {
color: rgba(255,255,255,0.65);
}
}