riku
2024-07-08 8756117a473facf0bf64c9e28f821b52e46cce85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// @forward 'element-plus/theme-chalk/src/common/var.scss' with (
//   $colors: (
//     'primary': (
//       'base': green
//     )
//   )
// );
 
@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
  $bg-color: (
    'page': #ffffffa9,
    '': #122b54a9,
    'overlay': #122b54a9
  )
);