Created
October 25, 2018 17:01
-
-
Save basmith7/023e88e96e45e0dffe6eb07e7410828a to your computer and use it in GitHub Desktop.
This file contains 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=Gaegu|Open+Sans|Roboto'); | |
html, body { | |
font-family: 'Roboto', sans-serif; | |
line-height: 1.3em; | |
} | |
.fa { | |
display: inline; | |
} | |
.sidebar-nav > .nav > li > a { | |
padding: 7px 4px; | |
} | |
.nav-second-level > li > a { | |
border-bottom: 1px solid #fff3; | |
padding: 7px 20px; | |
background-color: #FFF2; | |
} | |
.widget { | |
font-family: 'PTSansNarrow'; | |
line-height: 1.42857143; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment