Created
November 11, 2021 20:05
-
-
Save shellscape/036179e89d8513e2329ecb37921e2f01 to your computer and use it in GitHub Desktop.
GO AWAY PURPLE
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
.closed.octicon.octicon-issue-closed { | |
color: var(--color-danger-fg) !important; | |
} | |
.gh-header-meta .State--merged, .State--merged[title="Status: Closed"] { | |
background-color: var(--color-danger-fg) !important; | |
} | |
.TimelineItem-badge.color-bg-done-emphasis { | |
background-color: var(--color-danger-fg) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment