File tree Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Expand file tree Collapse file tree 3 files changed +3
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
"name" : " GitHub Red Closed Issues" ,
5
5
"author" : " Katsute" ,
6
6
"description" : " Revert closed GitHub issues from purple back to red." ,
7
- "version" : " 1.0 " ,
7
+ "version" : " 1.1 " ,
8
8
"homepage_url" : " https://github.com/Katsute/GitHub-Red-Issues-Extension" ,
9
9
10
10
"permissions" : [" tabs" ],
11
11
"content_scripts" : [{
12
12
"css" : [" style.css" ],
13
- "js" : [" index.js" ],
14
13
"matches" : [" https://github.com/*" ]
15
14
}]
16
15
}
Original file line number Diff line number Diff line change @@ -30,16 +30,11 @@ span[title="Status: Closed"] .octicon-issue-closed {
30
30
31
31
/* timeline */
32
32
33
- .TimelineItem-badge .color-bg-success-inverse {
34
- background-color : # 238636 !important ;
35
- }
36
-
37
- .TimelineItem-badge .color-bg-danger-inverse {
33
+ .TimelineItem-badge .color-bg-done-emphasis {
38
34
background-color : # F85149 !important ;
39
35
}
40
36
41
- .TimelineItem-badge .color-bg-danger-inverse .octicon ,
42
- .TimelineItem-badge .color-bg-success-inverse .octicon {
37
+ .TimelineItem-badge .color-bg-done-emphasis .octicon {
43
38
color : # F0F6Fc !important ;
44
39
}
45
40
You can’t perform that action at this time.
0 commit comments