songshankun
2023-10-08 c71cbfb359c5b50db75d98435c6641620fbdd313
1
2
3
4
5
6
7
8
9
@import './setting.scss';
@import '../theme.scss';
 
.theme-#{$theme-name} {
  .d2-layout-header-aside-group {
    background: #bc00e3;
    background: linear-gradient(120deg, #bc00e3 0%, #4EFFFB 100%);
  }
}