Skip to content

Instantly share code, notes, and snippets.

@vigo
Last active February 21, 2017 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigo/c9f956a3b1520c719b62660bed0c38ef to your computer and use it in GitHub Desktop.
Save vigo/c9f956a3b1520c719b62660bed0c38ef to your computer and use it in GitHub Desktop.
GitHub - Stylish
body {
font-family: 'Helvetica';
}
.markdown-body {
font-family: 'Helvetica';
}
.octotree_views {
font-family: 'FiraCode-retina';
font-size: .75rem;
}
.jstree-children li {
padding: .15rem 0;
border-bottom: 1px solid #ddd;
}
.jstree-open .jstree-last {
border-bottom: none;
}
.header {
padding-top: 10px;
padding-bottom: 10px;
/* background-color: #f5f5f5; */
border-bottom: 1px solid #e5e5e5;
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
}
div[role="main"] {
padding-top: 50px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment