Tpullinger (Talk | contribs) (background change) |
Tpullinger (Talk | contribs) |
||
Line 22: | Line 22: | ||
#BioballoonLabel { /*Bioballoon "home" button*/ | #BioballoonLabel { /*Bioballoon "home" button*/ | ||
color: #dd502f;/*mars red*/ | color: #dd502f;/*mars red*/ | ||
− | font-size: 1. | + | font-size: 1.4em; |
font-family: avenir, "Century Gothic", sans-serif; | font-family: avenir, "Century Gothic", sans-serif; | ||
} | } | ||
.nav.navbar-nav li a { /*individual navbar items*/ | .nav.navbar-nav li a { /*individual navbar items*/ | ||
− | color: # | + | color: #C1D9FF; /*light blue*/ |
font-size: 14.4px; | font-size: 14.4px; | ||
font-family: avenir, "Century Gothic", sans-serif; | font-family: avenir, "Century Gothic", sans-serif; | ||
} | } | ||
.nav.navbar-nav .active a{ /*active navbar item*/ | .nav.navbar-nav .active a{ /*active navbar item*/ | ||
− | color: #dceaff; /*very | + | color: #dceaff; /*very light blue*/ |
background-color: #1a2342; /*navy*/ | background-color: #1a2342; /*navy*/ | ||
border-left: 1px solid #dceaff; /*very light blue*/ | border-left: 1px solid #dceaff; /*very light blue*/ |