Skip to content

Commit 6315e04

Browse files
committed
closed project
1 parent 2632e56 commit 6315e04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "GitHub Red Issues",
55
"author": "Katsute",
66
"description": "Revert closed GitHub issues from purple back to red.",
7-
"version": "9.2",
7+
"version": "9.3",
88
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
99
"icons": {
1010
"16": "icon16.png",

src/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
color: var(--rissue-issue-closed-fg) !important;
3434
}
3535

36+
/* closed projects */
37+
projects-v2 div:has(> span ~ h1) span[data-variant="done"] {
38+
border-color: var(--rissue-issue-closed) !important;
39+
background-color: var(--rissue-issue-closed-fg) !important;
40+
}
41+
3642
svg:has(path[d="M11.28 6.78a.75.75 0 0 0-1.06-1.06L7.25 8.69 5.78 7.22a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l3.5-3.5Z"]) path{
3743
fill: unset !important;
3844
}

0 commit comments

Comments
 (0)