This is an automated email from the ASF dual-hosted git repository.
liugddx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new f125292aa09 [Fix] Fix team title hard to notice when use dark mode
(#331)
f125292aa09 is described below
commit f125292aa09630054911c9a98595c2c0e90395ac
Author: Jia Fan <[email protected]>
AuthorDate: Wed Sep 4 14:32:07 2024 +0800
[Fix] Fix team title hard to notice when use dark mode (#331)
---
src/pages/team/index.less | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/pages/team/index.less b/src/pages/team/index.less
index 878f3f6f631..8f6512637be 100644
--- a/src/pages/team/index.less
+++ b/src/pages/team/index.less
@@ -11,7 +11,6 @@
.team_title {
font-size: 25px;
font-weight: 500;
- color: #0F1222;
margin-top: 50px;
}
@@ -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;