feat: Refactor navbar and mobile menu into components for improved organization and maintainability

This commit is contained in:
zhangyuheng
2026-02-28 10:44:44 +08:00
parent 5772fc54c1
commit a3a972a2bc
9 changed files with 147 additions and 219 deletions

View File

@@ -848,3 +848,11 @@ footer {
overflow: hidden;
}
}
/* Active State for Navbar Links */
.nav-links a.active,
.mobile-menu-links a.active {
opacity: 1;
font-weight: 600;
color: var(--text-primary);
}