瀏覽代碼

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

提供可集中调用样式的可能性
dangyunlong 2 月之前
父節點
當前提交
81092473d5
共有 1 個文件被更改,包括 4 次插入1 次删除
  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%);