File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.2 " ,
7
+ "version" : " 1.3 " ,
8
8
"homepage_url" : " https://github.com/Katsute/GitHub-Red-Issues-Extension" ,
9
9
10
10
"permissions" : [" tabs" ],
Original file line number Diff line number Diff line change 1
1
/* Copyright (C) 2021 Katsute <https://github.com/Katsute> */
2
2
3
- : root {
3
+ : root { /* this part provided by kidonng <https://github.com/kidonng> */
4
4
--rcie-pull-merged : var (--color-done-emphasis , # 8957e5 );
5
5
--rcie-issue-closed : var (--color-danger-fg , # F85149 );
6
6
--rcie-white : var (--color-fg-on-emphasis , # F0F6Fc );
@@ -48,4 +48,4 @@ span[title="Status: Closed"] .octicon-issue-closed {
48
48
49
49
svg [aria-label = "Closed issue" ] {
50
50
color : var (--rcie-issue-closed ) !important ;
51
- }
51
+ }
You can’t perform that action at this time.
0 commit comments