Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Jul 14, 2024
1 parent bd1fc39 commit b738de7
Showing 1 changed file with 3 additions and 3 deletions.
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(--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));
--rissue-issue-closed : var(--bgColor-closed-emphasis, #da3633);
--rissue-issue-closed-fg : var(--fgColor-closed, #f85149);
--rissue-issue-closed-bg : var(--bgColor-closed-muted, #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 b738de7

Please sign in to comment.