According with the documentation, the styles for the navigation bar can be set as follows:
<b-navbar toggleable="lg" type="dark" variant="info">
<!-- Or -->
<b-navbar toggleable="lg" type="dark" variant="dark">
Anyway, just by changing the type and variant props. I want however to set a custom background color like #AABB55. I cannot find an easy way to do it.
Furthermore, when you see the documentation and the source code, you don't have many options.
Is there a way to change this property without needing to touch the <b-navbar> code?