My navbar has the following structure:
<ul class="nav navbar-nav">
<li class="nav-item"><a href="#services">Services</a></li>
<li class="nav-item"><a href="#work">Work</a></li>
<li class="nav-item"><a href="#contact">Contact</a></li>
</ul>
When I hover over one item, I would like to change the styling of the other two. Which CSS selector should I use?