This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new d29d716c site: Use a different background color for users logo (#175)
d29d716c is described below
commit d29d716cd5bc1a01899cae2dee4495abf10764a5
Author: Dol0res <[email protected]>
AuthorDate: Thu Aug 29 23:14:57 2024 +0800
site: Use a different background color for users logo (#175)
issue-number:#162
---
src/pages/user/index.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/user/index.css b/src/pages/user/index.css
index 217de66a..45cdfdb5 100644
--- a/src/pages/user/index.css
+++ b/src/pages/user/index.css
@@ -37,7 +37,7 @@
.user-main .user_case .case_item {
display: flex;
min-width: 0;
- background: #FFFFFF;
+ background: #ebedf0;
margin: 5px;
height: 80px;
border: 1px solid #eaecef;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]