Skip to content

Commit

Permalink
Fix clean-dashboard’s background color (#4842)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 1, 2021
1 parent 2f21fa7 commit 1d85867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/features/clean-dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/* Add background and border Whole list */
.rgh-clean-dashboard .news > .f4 + div {
background-color: var(--color-bg-canvas, #fff);
background-color: var(--color-canvas-default, var(--color-bg-canvas));
border: 1px solid var(--github-border-color);
border-radius: 6px;
margin-top: 8px !important;
Expand Down
2 changes: 1 addition & 1 deletion source/refined-github.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* 2020-12-15: these variables only exist for GHE #3798 */
--github-green: var(--color-text-success, #28a745);
--github-red: var(--color-text-danger, #cb2431);
--github-border-color: var(--color-border-primary, #e1e4e8);
--github-border-color: var(--color-border-muted, #e1e4e8);
}

/* Make tab indented code more readable on GitHub and Gist */
Expand Down

0 comments on commit 1d85867

Please sign in to comment.