Skip to content

Commit

Permalink
Merge pull request #561 from ecosyste-ms/accessiblity-badge-fix
Browse files Browse the repository at this point in the history
Change bootstrap success variable
  • Loading branch information
andrew authored Mar 5, 2025
2 parents 29e2f2e + e0cf0f3 commit c52c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/ecosystems.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $color-grey-dark: #4C4C61;
/* Tokens to override bootstrap colours */
$primary: $color-purple;
$secondary: $color-grey;
$success: $color-green;
$success: $color-green-dark;
$info: $color-purple-light;
$warning: $color-orange-light;
$danger: $color-orange-dark;
Expand Down

0 comments on commit c52c608

Please sign in to comment.