Skip to content

Commit

Permalink
24.2.8 - Backport color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 21, 2024
1 parent 13876b4 commit a34c443
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style/24.2.8.css
@@ -0,0 +1,10 @@
/* https://github.com/refined-github/refined-github/issues/7305 */
:root {
--rgh-green: var(--fgColor-success, var(--color-success-fg, #1a7f37));
--rgh-red: var(--fgColor-danger, var(--color-danger-fg, #cf222e));
--rgh-border-color: var(
--borderColor-muted,
var(--color-border-muted, #d8dee4)
);
--rgh-background: var(--bgColor-default, var(--color-canvas-default, #fff));
}

0 comments on commit a34c443

Please sign in to comment.