浏览代码

修改样式

Anyon 3 年之前
父节点
当前提交
4ffbc9730d

+ 3 - 3
public/static/theme/css/_layout_2.less

@@ -123,7 +123,7 @@
           }
 
           .layui-icon, span {
-            color: @mainColor;
+            color: @textColor;
           }
         }
       }
@@ -147,13 +147,13 @@
           border-bottom: none !important;
 
           &:hover {
-            color: @mainColor;
+            color: @textColor;
           }
         }
 
         .layui-this, &.layui-this {
           > a {
-            color: @mainColor;
+            color: @textColor;
             background: none !important;
             font-weight: bold !important;
 

+ 1 - 0
public/static/theme/css/_layout_2_black.less

@@ -5,6 +5,7 @@
 
   @iconWidth: 100px !important;
   @mainColor: #393D49 !important;
+  @textColor: #009988 !important;
 
   @import (multiple)"_layout_2.less";
 }

+ 1 - 0
public/static/theme/css/_layout_2_blue.less

@@ -5,6 +5,7 @@
 
   @iconWidth: 100px !important;
   @mainColor: #0E54C4 !important;
+  @textColor: #009988 !important;
 
   @import (multiple)"_layout_2.less";
 }

+ 1 - 0
public/static/theme/css/_layout_2_green.less

@@ -5,6 +5,7 @@
 
   @iconWidth: 100px !important;
   @mainColor: #098 !important;
+  @textColor: #009988 !important;
 
   @import (multiple)"_layout_2.less";
 }

+ 1 - 0
public/static/theme/css/_layout_2_red.less

@@ -5,6 +5,7 @@
 
   @iconWidth: 100px !important;
   @mainColor: #AA3130 !important;
+  @textColor: #009988 !important;
 
   @import (multiple)"_layout_2.less";
 }

文件差异内容过多而无法显示
+ 0 - 0
public/static/theme/css/console.css


文件差异内容过多而无法显示
+ 0 - 0
public/static/theme/css/console.css.map


部分文件因为文件数量过多而无法显示