From efaf41b37956fd47bd2cabdfd64032b30c54f4c4 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Wed, 19 Feb 2014 21:07:31 +0530 Subject: [PATCH] Update navbar style --- css/style.css | 6 +++++- index.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 4b0c74c..2b97513 100644 --- a/css/style.css +++ b/css/style.css @@ -42,10 +42,14 @@ body { padding: 3px 0; border-bottom: 2px solid #333; } +.navbar { + color: #eee; + border-bottom: 1px solid #aaa; +} .navbar .navbar-brand { font-weight: bold; font-size: 25px; - color: white; + color: #777; } .navbar-collapse.in { overflow-y: hidden; diff --git a/index.html b/index.html index 3290213..7a31a73 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ -