Skip to content

Instantly share code, notes, and snippets.

@raineorshine
Last active November 22, 2020 19:54
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 raineorshine/3f38089f8f5909175b7028841eb1ea35 to your computer and use it in GitHub Desktop.
Save raineorshine/3f38089f8f5909175b7028841eb1ea35 to your computer and use it in GitHub Desktop.
Custom CSS for my Refined GitHub
/* https://github.com/sindresorhus/refined-github */
/* conflict marker positioning */
.rgh-conflict-marker { margin-left: 5px !important; margin-right: 0 !important }
/* everhour start icon */
.js-issue-row .everhour.start { display: none !important; }
/* reset row size */
.js-issue-row .text-small.text-gray { line-height: inherit; !important }
/* highest-rated-comment */
.timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header,
.timeline-comment.timeline-chosen-answer .timeline-comment-header {
background-color: hsl(133 34% 76% / 1);
color: black;
}
.timeline-comment.current-user.timeline-chosen-answer .timeline-comment-header .Link--secondary,
.timeline-comment.timeline-chosen-answer .timeline-comment-header .Link--secondary, .link-gray {
color: black !important;
}
.timeline-comment.current-user.timeline-chosen-answer .timeline-comment-label, .timeline-comment.timeline-chosen-answer .timeline-comment-label {
border-color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment