Skip to content

Instantly share code, notes, and snippets.

@shoken0x
Last active November 19, 2017 01:48
Show Gist options
  • Save shoken0x/e6a0a6ca93b322bc3c5e82a3d1d90415 to your computer and use it in GitHub Desktop.
Save shoken0x/e6a0a6ca93b322bc3c5e82a3d1d90415 to your computer and use it in GitHub Desktop.
highlight branch name without master in GitHub Pull Request
.gh-header-meta .commit-ref:first-of-type:not([title*='master']) {
background: #dbab09;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment