Skip to content

Instantly share code, notes, and snippets.

@hell03610
Created November 5, 2015 12:46
Show Gist options
  • Save hell03610/022c826cbeda39508732 to your computer and use it in GitHub Desktop.
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
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