Skip to content

Commit b3388ed

Browse files
committed
Fix closed issues on subscriptions list being purple
1 parent 1752e52 commit b3388ed

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
@@ -18,4 +18,5 @@ Found a bug? Open a new [issue](https://github.com/Katsute/GitHub-Red-Closed-Iss
1818
- Closed pinned issues are red.
1919
- Closed issues on issues tab are red.
2020
- Closed issue on hover is red.
21-
- Issue open/close events on timeline are green and red.
21+
- Issue open/close events on timeline are green and red.
22+
- Closed issues in subscription list are red.

src/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
color: #F85149 !important;
1313
}
1414

15+
/* subscriptions */
16+
17+
.issue-closed-done .octicon.octicon-issue-closed.color-text-danger {
18+
color: #F85149 !important;
19+
}
20+
1521
/* issue badge */
1622

1723
span[title="Status: Closed"] {

0 commit comments

Comments
 (0)