riku
2024-07-11 505798927f75c84693cc51becf16aa525503fc92
src/assets/styles/element/index.scss
@@ -1,15 +1,12 @@
// @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
    '': #14428be8,
    'overlay': #102f63c9
  ),
  $colors: (
    'primary': (
      'base': #e6a23c
    )
  )
);