File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ Found a bug? Open a new [issue](https://github.com/Katsute/GitHub-Red-Closed-Iss
19
19
- Closed issues on issues tab are red.
20
20
- Closed issue on hover is red.
21
21
- 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.
Original file line number Diff line number Diff line change @@ -41,4 +41,10 @@ span[title="Status: Closed"] .octicon-issue-closed {
41
41
.TimelineItem-badge .color-bg-danger-inverse .octicon ,
42
42
.TimelineItem-badge .color-bg-success-inverse .octicon {
43
43
color : # F0F6Fc !important ;
44
+ }
45
+
46
+ /* projects beta */
47
+
48
+ svg [aria-label = "Closed issue" ] {
49
+ color : # F85149 !important ;
44
50
}
You can’t perform that action at this time.
0 commit comments