Skip to content

Commit 28321f7

Browse files
committed
fix hovercard
1 parent 47a0ec8 commit 28321f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "7.1",
7+
"version": "7.2",
88
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
99
"icons": {
1010
"16": "icon16.png",

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
svg.octicon-discussion-closed,
3737
/* tasklist icon */
3838
.octicon-checklist.color-fg-done
39-
){
39+
):not(.color-fg-muted){
4040
color: var(--rissue-issue-closed-fg) !important;
4141
}
4242

0 commit comments

Comments
 (0)