Skip to content

Instantly share code, notes, and snippets.

@kashyapp
Created May 3, 2013 06:03
Show Gist options
  • Save kashyapp/5507461 to your computer and use it in GitHub Desktop.
Save kashyapp/5507461 to your computer and use it in GitHub Desktop.
custom css for github/gollum
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
body {
font-family: helvetica,arial,freesans,clean,sans-serif;
}
#head h1,
.markdown-body h2,
.markdown-body h1 {
font-weight: 300;
font-family: 'Open Sans', helvetica, sans-serif;
}
#head {
margin-top: 1em;
}
#wiki-sidebar {
border-radius : 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-right: none;
border-top: none;
border-bottom: none;
}
#wiki-sidebar li {
list-style-type: none;
}
.toc {
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment