Line 30: | Line 30: | ||
text-decoration: none; | text-decoration: none; | ||
color: #000; | color: #000; | ||
+ | } | ||
+ | |||
+ | a:visited{ | ||
+ | color:inherit; | ||
} | } | ||
Revision as of 14:03, 29 June 2016
@import 'https://fonts.googleapis.com/css?family=Baloo%7CLato&subset=latin-ext';
/* iGEM Wiki overrides */
- top_level_container p{
font-family: Lato; }
- sideMenu, #top_title{
display:none; }
div#content{ width: 100%; padding: 0px; margin: 0px; top: -20px; }
/* End overrides */
/* Light blue: #C2E0D5; Dark blue: #44ABA0;
- /
a{ color:inherit; }
a:hover{ text-decoration: none; color: #000; }
a:visited{ color:inherit; }
- main-nav{
color: #44ABA0; font-size: 2em; }
.headline{ font-family: Baloo; }
- header_logo{
width: 20%; }
.top-bar, .dropdown.menu{ background-color: #C2E0D5; }