vben
2021-08-17 65735926d4cea2c72c2f1a30b60092b53afb9040
src/design/theme.less
@@ -1,14 +1,33 @@
.bg-white {
  background: @component-background !important;
  background-color: @component-background !important;
}
html[data-theme='light'] {
  .text-secondary {
    color: rgba(0, 0, 0, 0.45);
  }
  .ant-alert-success {
    background-color: #f6ffed;
    border: 1px solid #b7eb8f;
  }
  .ant-alert-error {
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
  }
  .ant-alert-warning {
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
  }
  :not(:root):fullscreen::backdrop {
    background-color: @layout-body-background !important;
  }
}
html[data-theme='dark'] {
[data-theme='dark'] {
  .text-secondary {
    color: #8b949e;
  }
@@ -18,14 +37,16 @@
      0 9px 28px 8px rgb(0 0 0 / 20%);
  }
  .ant-alert-message,
  .ant-alert-with-description .ant-alert-message,
  .ant-alert-description {
    color: rgba(0, 0, 0, 0.85);
  .ant-card-grid {
    box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
      0 1px 0 0 #434343 inset;
  }
  .ant-checkbox-checked .ant-checkbox-inner::after {
    border-top: 0;
    border-left: 0;
  .ant-calendar-selected-day .ant-calendar-date {
    color: rgba(0, 0, 0, 0.8);
  }
  .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
    color: rgba(0, 0, 0, 0.9);
  }
}