Browse Source

提供可集中调用样式的可能性

提供可集中调用样式的可能性
dangyunlong 2 months ago
parent
commit
81092473d5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      assets/css/globals.less

+ 4 - 1
assets/css/globals.less

@@ -1,2 +1,5 @@
 //UI颜色
-@themeColor: #A91B33;
+@themeColor: #A91B33;
+
+//减淡10%
+@lighterColor: lighten(@themeColor, 10%);