|
|
|
|
|
by dunky11
2294 days ago
|
|
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. |
|