public/color.less
@@ -1721,7 +1721,7 @@
// Layout
@layout-body-background         : #f0f2f5;
@layout-header-background       : #001529;
@layout-header-background       : transparent;
@layout-footer-background       : @layout-body-background;
@layout-header-height           : 64px;
@layout-header-padding          : 0 50px;
@@ -2362,7 +2362,7 @@
  border-right-color: transparent;
}
:global .drawer .drawer-content {
  background: #001529;
  background: transparent;
}
.standardFormRow {
  border-bottom: 1px dashed #e8e8e8;
@@ -4537,7 +4537,7 @@
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
@@ -5095,21 +5095,21 @@
  background: #f0f2f5;
}
.ant-layout-header {
  background: #001529;
  background: transparent;
}
.ant-layout-footer {
  background: #f0f2f5;
  color: rgba(0, 0, 0, 0.65);
}
.ant-layout-sider {
  background: #001529;
  background: transparent;
}
.ant-layout-sider-trigger {
  color: #fff;
  background: #002140;
}
.ant-layout-sider-zero-width-trigger {
  background: #001529;
  background: transparent;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
@@ -5454,7 +5454,7 @@
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
  background: transparent;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
@@ -5474,7 +5474,7 @@
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  border-color: #001529;
  border-color: transparent;
  border-bottom: 0;
}
.ant-menu-dark .ant-menu-item,
@@ -7656,7 +7656,7 @@
}
.drawer .drawer-content {
  background: #001529;
  background: transparent;
}
.ant-list-item-meta .taobao {