Commit 24daefc
committed
feat: Convert navigation bar to dark theme with steady appearance
Navigation Bar Dark Theme:
- Change background from light (rgba(255,255,255,0.85)) to dark (rgba(15,20,25,0.95))
- Update scrolled state to darker background (rgba(15,20,25,0.98))
- Change border-bottom to use primary color with transparency (rgba(102,126,234,0.2))
- Increase box-shadow darkness for better contrast
- Update hover text color to use --primary-light for better visibility
Steady Navigation Elements:
- Remove scale transform from nav-brand hover
- Remove translateY transform from nav-link hover
- Remove translateY transform from cta-button hover
- All navigation elements now remain steady on hover
Result: Dark, professional navigation bar matching the website theme with no animation movement1 parent d149eed commit 24daefc
1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
| |||
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
280 | | - | |
| 281 | + | |
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
| |||
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
298 | | - | |
299 | | - | |
| 299 | + | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
327 | | - | |
| 328 | + | |
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
| |||
0 commit comments