Skip to content

Commit

Permalink
style: change homepage leftbar font color
Browse files Browse the repository at this point in the history
  • Loading branch information
nisiyong committed Mar 8, 2023
1 parent ce1c2f8 commit b797d42
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit b797d42

Please sign in to comment.