Last active
November 22, 2020 19:54
-
-
Save raineorshine/3f38089f8f5909175b7028841eb1ea35 to your computer and use it in GitHub Desktop.
Custom CSS for my Refined GitHub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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