update css & logo

This commit is contained in:
Matthew Butterick 2017-01-03 11:24:28 -08:00
parent c76f85af20
commit 9069c80a2a
2 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -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;