Created
August 11, 2018 15:13
-
-
Save heyjones/cbb1e0f7b6b43a55a3dfa6b9301a94ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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