Created
November 5, 2015 12:46
-
-
Save hell03610/022c826cbeda39508732 to your computer and use it in GitHub Desktop.
Stylish css for a more readable ember docs - apply on http://guides.emberjs.com/ pages
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
body { | |
background-color: white; | |
font-size: 20px; | |
} | |
#header { | |
background: #555; | |
background-image: none !important; | |
border-bottom: none; | |
} | |
#header #nav li.active a { | |
color: #faf2ee; | |
} | |
#header #nav li { | |
font-size: 12px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment