Skip to content

Instantly share code, notes, and snippets.

@heyjones
Created August 11, 2018 15:13
Show Gist options
  • Save heyjones/cbb1e0f7b6b43a55a3dfa6b9301a94ad to your computer and use it in GitHub Desktop.
Save heyjones/cbb1e0f7b6b43a55a3dfa6b9301a94ad to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,900');
.site-header{
background: #1d1f22!important;
border-bottom: none!important;
}
.navigation-container{
position: absolute;
left: 0;
right: 0;
width: 100vw;
text-align: center;
}
.site-header .identity a img{
vertical-align: middle;
}
.site-header nav a{
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary-navigation .browse-link,
#primary-navigation .search-link{
display: none;
}
.overview h1{
text-transform: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment