diff --git a/css/style.css b/css/style.css index 0a3410d..0f97012 100644 --- a/css/style.css +++ b/css/style.css @@ -28,6 +28,12 @@ h3 {margin: 0;} color: #000; } + +.navbar-default { + background-color: #ddd077; + color: #000; +} + .rounded5 {border-radius: 5px;} .grayFont {color: #444;}