I'm just starting out with Vue.js and Nuxt and I need some guidance on how to apply a background image (blue line at the top of items) only to my active page (such as the contact page).
https://i.sstatic.net/maDzc.png
This is the HTML code I am using :
<b-navbar-nav class="text">
<b-nav-item to="/">HOME</b-nav-item>
<b-nav-item href="/#">ARTICLES</b-nav-item>
<b-nav-item href="#">MAP</b-nav-item>
<b-nav-item to="/about">TEAM</b-nav-item>
<b-nav-item to="/contact">CONTACT</b-nav-item>
</b-navbar-nav>
Here is my CSS code :
https://i.sstatic.net/GTQ10.png
Can anyone offer assistance with this? Thank you!