Skip to content

Commit 7675ae7

Browse files
committed
bump version
1 parent 856a2a3 commit 7675ae7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 Closed Issues",
55
"author": "Katsute",
66
"description": "Revert closed GitHub issues from purple back to red.",
7-
"version": "1.2",
7+
"version": "1.3",
88
"homepage_url": "https://github.com/Katsute/GitHub-Red-Issues-Extension",
99

1010
"permissions": ["tabs"],

src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Copyright (C) 2021 Katsute <https://github.com/Katsute> */
22

3-
:root {
3+
:root { /* this part provided by kidonng <https://github.com/kidonng> */
44
--rcie-pull-merged: var(--color-done-emphasis, #8957e5);
55
--rcie-issue-closed: var(--color-danger-fg, #F85149);
66
--rcie-white: var(--color-fg-on-emphasis, #F0F6Fc);
@@ -48,4 +48,4 @@ span[title="Status: Closed"] .octicon-issue-closed {
4848

4949
svg[aria-label="Closed issue"] {
5050
color: var(--rcie-issue-closed) !important;
51-
}
51+
}

0 commit comments

Comments
 (0)