Skip to content

Instantly share code, notes, and snippets.

@TrainerGuy22
Created March 10, 2014 22:25
Show Gist options
  • Select an option

  • Save TrainerGuy22/9475805 to your computer and use it in GitHub Desktop.

Select an option

Save TrainerGuy22/9475805 to your computer and use it in GitHub Desktop.
Github Flat Theme for Stylish
// Theme for Github. Bye bye gradients! (this was made from scratch)
.header {
display: none !important;
}
.header,
.select-menu-header,
#readme span.name,
.file .meta,
.section-head,
.boxed-group > h3 {
background-color: #f7f7f7 !important;
}
.header,
.select-menu-header,
#readme span.name,
.file .meta,
.gobutton,
.box-header,
.dashboard-tabs,
.section-head,
.boxed-group > h3,
.button,
.js-events-pagination {
background-image: none !important;
}
.dashboard-tabs a.selected,
.dashboard-tabs a.selected:hover,
.dashboard-tabs a:hover {
background-image: none !important;
}
.minibutton {
background-image: none !important;
}
.input,.minibutton {
box-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment