There's a white gap between Bootstrap navbar and Background as visible from the image below
Anyone have an idea how to get rid of this?
Here's my code
<body>
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">CrayOns</a>
<ul class="nav">
<li><a href="#">Home</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</div>
</div>
<center>
<p>Currently under maintenance <br/>
ALso, does anyone have any idea on how to change the color of the buttons on bootstrap?
Cheers!