Skip to content

Commit

Permalink
Change the gray color for the in pr category for a better contrast be…
Browse files Browse the repository at this point in the history
…tween categories.
  • Loading branch information
HaudinFlorence committed Jul 26, 2024
1 parent cc0ee9c commit 1a45f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/status/migration/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
}

.migration_details_filter_in_pr {
background-color: var(--ifm-color-emphasis-500);
background-color: var(--ifm-color-emphasis-400);
}

.migration_details_filter_in_pr_on {
background-color: var(--ifm-color-emphasis-500);
background-color: var(--ifm-color-emphasis-400);
opacity: 0.6;
}

Expand Down

0 comments on commit 1a45f8a

Please sign in to comment.