修改个人中心、发布种子、兴趣小组
Change-Id: I73caa8ef511ad9ae12a0cc49fc0edb5ccb0b2a74
diff --git a/src/components/Header.css b/src/components/Header.css
index 859cff9..f322e13 100644
--- a/src/components/Header.css
+++ b/src/components/Header.css
@@ -73,14 +73,14 @@
/* 鼠标悬停时 */
.nav-item:hover {
- background-color: #5c270c; /* 背景色变深 */
+ background-color: #5F4437; /* 背景色变深 */
color: #FBF2E3; /* 字体颜色与背景形成对比 */
transform: scale(1.05); /* 微微放大,增加互动感 */
}
/* 选中状态 */
.nav-item.active {
- background-color: #5c270c; /* 活动状态时的背景色 */
+ background-color: #5F4437; /* 活动状态时的背景色 */
color: #FBF2E3; /* 活动状态时的字体颜色 */
font-weight: bold;
border-radius: 16px; /* 更圆的圆角效果 */