app.theme.scss 121 B

12345678
  1. // 主题
  2. :root {
  3. --theme: #f79ea3;
  4. // --theme: #ffaec3;
  5. --main: #303133;
  6. --main-text-color: rgba(12, 25, 50, 1);
  7. }