haoxuan
2023-09-15 161c265ed69fc7efb7f4abf8de15c4915d7c282d
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%);
  }
}