diff --git a/static/logo-and-text.png b/static/logo-and-text.png index 117886d..51f83ef 100644 Binary files a/static/logo-and-text.png and b/static/logo-and-text.png differ diff --git a/static/style.css b/static/style.css index 4862b6c..371eee5 100644 --- a/static/style.css +++ b/static/style.css @@ -11,7 +11,7 @@ body { -webkit-font-smoothing: antialiased; } -.navbar { background: black; } +.navbar { background: white; } /*---------------------------------------------------------------------------*/ /* Make the navbar the same height as the main racket page's navbar */ @@ -20,6 +20,10 @@ body { line-height: 60px; height: 60px; padding-top: 0; + color: #444 !important; /* override bootstrap.css */ +} +.navbar-nav > .active > a { + color: white !important; /* override bootstrap.css */ } .navbar-btn { margin-top: 13px;