Skip to content

Commit

Permalink
[Fix] Fix team title hard to notice when use dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X committed Sep 4, 2024
1 parent 89405f9 commit 152222b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/team/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
.team_title {
font-size: 25px;
font-weight: 500;
color: #0F1222;
margin-top: 50px;
}

Expand Down Expand Up @@ -52,7 +51,7 @@
white-space: nowrap;
font-weight: 400;
overflow: hidden;
background-color: #fff;
background-color: #cde1f0;
margin-top: 20px;
border-radius: 18px;
text-overflow: ellipsis;
Expand Down

0 comments on commit 152222b

Please sign in to comment.