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

59 lines
1.0 KiB
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);
}
// 下拉菜单
.ant-dropdown {
color: rgba(255,255,255,0.65);
.ant-dropdown-menu {
background-color: #1f1f1f;
.ant-dropdown-menu-item, .ant-dropdown-menu-submenu-title {
color: rgba(255,255,255,0.65);
&:hover {
background-color: rgba(255,255,255,0.08);
}
}
}
}
// 树
.ant-tree {
background-color: transparent;
color: rgba(255,255,255,0.85);
.ant-tree-node-content-wrapper {
&:hover {
background-color: rgba(255,255,255,0.08);
}
}
}
}