Hacker News new | ask | show | jobs
by gustavofluxo 2294 days ago
Thanks, I've just changed it. It's definitely looking better. I tried border effects but I think they're too much for my (almost nonexistent) design skills.
2 comments

I think you have problems with the mobile navigation now :) The hover effect makes the background white, however the text is now white too. I would do somethink like: .navigation:hover { border: 2px solid white; margin: -2px; } And tweak the border-radius/border-color a little bit maybe. The hover effect on the non mobile navigation is fine.
Don't need to write CSS, built the website with Webflow :)
Or maybe just drop the background effect on hover and add the underline effect to the mobile navigation on hover.
I think I got it right now.