globals.less 87 B

12345
  1. //UI颜色
  2. @themeColor: #A91B33;
  3. //减淡10%
  4. @lighterColor: lighten(@themeColor, 10%);