Sfoglia il codice sorgente

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

提供可集中调用样式的可能性
dangyunlong 2 mesi fa
parent
commit
81092473d5
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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%);