Skip to content

Instantly share code, notes, and snippets.

@raucao
Last active December 15, 2015 20:29
Show Gist options
  • Save raucao/5319133 to your computer and use it in GitHub Desktop.
Save raucao/5319133 to your computer and use it in GitHub Desktop.
User style for GitHub issues
@-moz-document url-prefix('https://github.com/') {
.issues-list .issue-name a {
font-size: 14px !important;
color: #333 !important;
}
.issues-list li.read .issue-name a {
color: #555 !important;
}
.issues-list .type-icon {
display: none !important;
}
.issues-list > ul > li.selectable {
padding-left: 34px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment