diff options
Diffstat (limited to 'templates/navbar.html')
| -rw-r--r-- | templates/navbar.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/navbar.html b/templates/navbar.html index 0b2908e..da217a9 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -1,5 +1,5 @@  <div class="navbar-fixed"> -	<nav style="color: #ffffff; background-color: #00838f;"> +	<nav style="color: #ffffff; background-color: #001f8f;">  		<div class="container">  			{% if nav_link %}  				<a class="main" href="{{ nav_link }}">{{ title }}</a> | 
