We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1752e52 commit b3388edCopy full SHA for b3388ed
README.md
@@ -18,4 +18,5 @@ Found a bug? Open a new [issue](https://github.com/Katsute/GitHub-Red-Closed-Iss
18
- Closed pinned issues are red.
19
- Closed issues on issues tab are red.
20
- Closed issue on hover is red.
21
-- Issue open/close events on timeline are green and red.
+- Issue open/close events on timeline are green and red.
22
+- Closed issues in subscription list are red.
src/style.css
@@ -12,6 +12,12 @@
12
color: #F85149 !important;
13
}
14
15
+/* subscriptions */
16
+
17
+.issue-closed-done .octicon.octicon-issue-closed.color-text-danger {
+ color: #F85149 !important;
+}
/* issue badge */
23
span[title="Status: Closed"] {
0 commit comments