Commit 9d745474b2a218c5226cb409c951babb7ace9a28

Authored by Goutte
1 parent 71016b9a
Exists in master

Fix the makeup of the top navigation bar.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
flaskr/static/css/main.css
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 /** NAVBAR *******************************************************************/ 9 /** NAVBAR *******************************************************************/
10 10
11 .navbar-inverse { 11 .navbar-inverse {
12 - background-color: #0e6191; 12 + background-color: #0e6191dd;
13 border-color: #080808; 13 border-color: #080808;
14 } 14 }
15 15