From 6315e04323e8cbbde17827914d3637891c834f5f Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:09:24 -0500 Subject: [PATCH] closed project --- src/manifest.json | 2 +- src/style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index f278ad1..b6bf3bc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -4,7 +4,7 @@ "name": "GitHub Red Issues", "author": "Katsute", "description": "Revert closed GitHub issues from purple back to red.", - "version": "9.2", + "version": "9.3", "homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues", "icons": { "16": "icon16.png", diff --git a/src/style.css b/src/style.css index 34912ca..9cc1831 100644 --- a/src/style.css +++ b/src/style.css @@ -33,6 +33,12 @@ color: var(--rissue-issue-closed-fg) !important; } +/* closed projects */ +projects-v2 div:has(> span ~ h1) span[data-variant="done"] { + border-color: var(--rissue-issue-closed) !important; + background-color: var(--rissue-issue-closed-fg) !important; +} + 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{ fill: unset !important; }