fix: move hamburger menu after CV icon and change section icons to dark gray

**Position Fix:**
- Moved hamburger button to appear after the CV icon instead of before
- Order is now: CV icon → Hamburger → Title → Language selector
- Updated margin to 0 0.5rem for proper spacing between elements

**Icon Color Fix:**
- Changed section title icons from blue (--accent-blue) to dark gray (--text-gray)
- Maintains consistency with overall design
- Menu item icons still use gray by default, blue on hover
This commit is contained in:
juanatsap
2025-11-07 20:14:45 +00:00
parent 59b95c4448
commit 3c55ecb5f9
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1540,7 +1540,7 @@ a:focus {
justify-content: center;
transition: background-color 0.2s ease;
border-radius: 4px;
margin-right: 0.5rem;
margin: 0 0.5rem;
}
.hamburger-btn:hover {
@@ -1608,7 +1608,7 @@ a:focus {
.section-icon {
vertical-align: middle;
margin-right: 0.5rem;
color: var(--accent-blue);
color: var(--text-gray);
}
/* Smooth scrolling */