haoxuan
2023-08-21 d65d72bd341aa0c873b9bcbf3f01d504651657cc
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%);
  }
}