Skip to content

Instantly share code, notes, and snippets.

@erenard
Forked from ssig33/github-review.user.css
Created November 4, 2019 08:08
Show Gist options
  • Save erenard/89a07237428631f070b60f15e4140a08 to your computer and use it in GitHub Desktop.
Save erenard/89a07237428631f070b60f15e4140a08 to your computer and use it in GitHub Desktop.
.tooltipped[aria-label*="review approval"] {
background-color:green !important;
color: white !important;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
.tooltipped[aria-label*="reviews requesting changes"] {
background-color:red !important;
color: white !important;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment