diff --git a/apollo-portal/src/main/resources/static/styles/common-style.css b/apollo-portal/src/main/resources/static/styles/common-style.css index 29b4c28d000..869638f244d 100644 --- a/apollo-portal/src/main/resources/static/styles/common-style.css +++ b/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;