Skip to content

Commit

Permalink
update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Apr 2, 2024
1 parent e249113 commit 3924db0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "GitHub Red Issues",
"author": "Katsute",
"description": "Revert closed GitHub issues from purple back to red.",
"version": "8.1",
"version": "8.2",
"homepage_url": "https://github.com/KatsuteDev/GitHub-Red-Issues",
"icons": {
"16": "icon16.png",
Expand Down
6 changes: 3 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Copyright (C) 2024 Katsute <https://github.com/Katsute> */

:root {
--rissue-issue-closed : var(--color-danger-emphasis, #da3633);
--rissue-issue-closed-fg : var(--color-danger-fg, #f85149);
--rissue-issue-closed-bg : var(--color-danger-subtle, rgba(248, 81, 73, 0.1));
--rissue-issue-closed : var(--bgColor-closed-emphasis, var(--color-danger-emphasis, #da3633));
--rissue-issue-closed-fg : var(--fgColor-closed, var(--color-danger-fg, #f85149));
--rissue-issue-closed-bg : var(--bgColor-closed-muted, var(--color-danger-subtle, #f8514926));
}

:not(react-app[app-name="repo-deployments"] div) > :not(span.State--merged, projects-v2 span[class^="StateLabel__StateLabelBase"], projects-v2 .TimelineItem-Badge, .TimelineItem-badge, a[href*="/discussions"], .hx_anim-fade-out) > :is(
Expand Down

0 comments on commit 3924db0

Please sign in to comment.