Browse Source

style: change homepage leftbar font color

nisiyong 2 năm trước cách đây
mục cha
commit
d1fb1edd16

+ 4 - 4
apollo-portal/src/main/resources/static/styles/common-style.css

@@ -831,7 +831,7 @@ table th {
 
 .left-bar .app-list-show {
     height: 60px;
-    color: #409EFF;
+    color: #337AB7;
     display: flex;
     align-items: center;
     justify-content: left;
@@ -855,7 +855,7 @@ table th {
 
 .left-bar .favorite-list-show {
     height: 60px;
-    color: #409EFF;
+    color: #337AB7;
     display: flex;
     align-items: center;
     justify-content: left;
@@ -878,7 +878,7 @@ table th {
 
 .left-bar .public-namespace-list-show {
     height: 60px;
-    color: #409EFF;
+    color: #337AB7;
     display: flex;
     align-items: center;
     justify-content: left;
@@ -901,7 +901,7 @@ table th {
 
 .left-bar .visited-list-show {
     height: 60px;
-    color: #409EFF;
+    color: #337AB7;
     display: flex;
     align-items: center;
     justify-content: left;