Skip to content

Commit baf54b2

Browse files
committed
Fix closed issue on projects beta being purple
1 parent b3388ed commit baf54b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ Found a bug? Open a new [issue](https://github.com/Katsute/GitHub-Red-Closed-Iss
1919
- Closed issues on issues tab are red.
2020
- Closed issue on hover is red.
2121
- Issue open/close events on timeline are green and red.
22-
- Closed issues in subscription list are red.
22+
- Closed issues in subscription list are red.
23+
- Closed issues in projects are red.

src/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ span[title="Status: Closed"] .octicon-issue-closed {
4141
.TimelineItem-badge.color-bg-danger-inverse .octicon,
4242
.TimelineItem-badge.color-bg-success-inverse .octicon {
4343
color: #F0F6Fc !important;
44+
}
45+
46+
/* projects beta */
47+
48+
svg[aria-label="Closed issue"] {
49+
color: #F85149 !important;
4450
}

0 commit comments

Comments
 (0)