Skip to content

Commit

Permalink
Update CSS color names (refined-github#6205)
Browse files Browse the repository at this point in the history
  • Loading branch information
melkstam authored Dec 27, 2022
1 parent 2ce3317 commit 951f267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/refined-github.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--rgh-green: var(--color-fg-success, #1a7f37);
--rgh-red: var(--color-fg-danger, #cf222e);
--rgh-green: var(--color-success-fg, #1a7f37);
--rgh-red: var(--color-danger-fg, #cf222e);
--rgh-border-color: var(--color-border-muted, #d8dee4);
--rgh-background: var(--color-canvas-default, #fff);
}
Expand Down

0 comments on commit 951f267

Please sign in to comment.