From e1cfffc77705ec487f28504cea5e9426fee73d2a Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Wed, 5 Mar 2025 11:53:29 +0000 Subject: [PATCH] Update shared assets from https://github.com/ecosyste-ms/documentation --- app/assets/stylesheets/ecosystems.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/ecosystems.scss b/app/assets/stylesheets/ecosystems.scss index 31b4c64..4cac75a 100644 --- a/app/assets/stylesheets/ecosystems.scss +++ b/app/assets/stylesheets/ecosystems.scss @@ -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;