|
63 | 63 |
|
64 | 64 | nav a:hover { color: #1B3A8A; } |
65 | 65 |
|
| 66 | + nav a.active { color: #1B3A8A; font-weight: 500; } |
| 67 | + .nav-drawer a.active { color: #1B3A8A; font-weight: 500; } |
| 68 | + |
| 69 | + |
66 | 70 | a { color: #1B3A8A; text-decoration: none; } |
67 | 71 | a:hover { text-decoration: underline; } |
68 | 72 |
|
|
178 | 182 | display: flex; |
179 | 183 | flex-direction: row; |
180 | 184 | align-items: center; |
181 | | - gap: 12px; |
| 185 | + justify-content: space-between; |
182 | 186 | flex-wrap: nowrap; |
183 | 187 | } |
184 | 188 |
|
|
293 | 297 | <div class="inner"> |
294 | 298 |
|
295 | 299 | <header> |
296 | | - <button class="menu-toggle" aria-label="Menu">☰</button> |
297 | 300 | <a href="index.html" class="lab-name">Lee Optimization Group</a> |
| 301 | + <button class="menu-toggle" aria-label="Menu">☰</button> |
298 | 302 | <nav> |
299 | 303 | <a href="index.html">Home</a> |
300 | 304 | <a href="research.html">Research</a> |
301 | | - <a href="publications.html">Publications</a> |
| 305 | + <a href="publications.html" class="active">Publications</a> |
302 | 306 | <a href="group.html">Members</a> |
303 | 307 | <a href="hiring.html">Hiring</a> |
304 | 308 | <a href="contact.html">Contact</a> |
@@ -560,7 +564,7 @@ <h2>Publications</h2> |
560 | 564 | <button class="drawer-close" id="drawerClose">✕</button> |
561 | 565 | <a href="index.html">Home</a> |
562 | 566 | <a href="research.html">Research</a> |
563 | | - <a href="publications.html">Publications</a> |
| 567 | + <a href="publications.html" class="active">Publications</a> |
564 | 568 | <a href="group.html">Members</a> |
565 | 569 | <a href="hiring.html">Hiring</a> |
566 | 570 | <a href="contact.html">Contact</a> |
|
0 commit comments