update css & logo
This commit is contained in:
parent
c76f85af20
commit
9069c80a2a
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -11,7 +11,7 @@ body {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar { background: black; }
|
.navbar { background: white; }
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/* Make the navbar the same height as the main racket page's navbar */
|
/* Make the navbar the same height as the main racket page's navbar */
|
||||||
|
@ -20,6 +20,10 @@ body {
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
color: #444 !important; /* override bootstrap.css */
|
||||||
|
}
|
||||||
|
.navbar-nav > .active > a {
|
||||||
|
color: white !important; /* override bootstrap.css */
|
||||||
}
|
}
|
||||||
.navbar-btn {
|
.navbar-btn {
|
||||||
margin-top: 13px;
|
margin-top: 13px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user