From 0c17cbbf194542ed416bf974f544f332774139ea Mon Sep 17 00:00:00 2001 From: "louismaxime.piton" Date: Tue, 23 Apr 2024 11:04:39 +0200 Subject: [PATCH 1/2] Change the base color palette --- scss/_color-palette.scss | 2 +- site/content/docs/5.3/migration.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/scss/_color-palette.scss b/scss/_color-palette.scss index fcec47baee..295f324de4 100644 --- a/scss/_color-palette.scss +++ b/scss/_color-palette.scss @@ -24,7 +24,7 @@ $ods-forest-100: #6c6 !default; $ods-forest-200: #228722 !default; // Fire -$ods-fire-100: #f66 !default; +$ods-fire-100: #ff4d4d !default; $ods-fire-200: #cd3c14 !default; // Water diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 83abdb9074..71496f0e99 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -9,6 +9,13 @@ aliases: toc: true --- +## v5.3.4 + +### Core + +- **Color** + - Warning The red color on dark mode has been changed due to a change in the design specifications. There shouldn't be any change to apply in the Boosted components, but check that you don't have the deprecated color hardcoded or referenced in your websites. + ## v5.3.3
@@ -153,7 +160,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu - Breaking The markup has been changed: - `.input-group` class has been removed - `.btn-secondary` class has been replaced by `.btn-outline-secondary` - + Make sure to incorporate these changes into your websites. - **Star rating** From fea0ecca0485f4d76ca2bbb8f8b5e355864ffd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Fri, 26 Apr 2024 15:45:31 +0200 Subject: [PATCH 2/2] Slighlty change the migration note --- site/content/docs/5.3/migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 71496f0e99..b97e09c27f 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -13,8 +13,8 @@ toc: true ### Core -- **Color** - - Warning The red color on dark mode has been changed due to a change in the design specifications. There shouldn't be any change to apply in the Boosted components, but check that you don't have the deprecated color hardcoded or referenced in your websites. +- **Colors** + - Warning The dark mode red color hexadecimal value has been updated from `#f66` to `#ff4d4f` after a change in the design specifications to enhance the contrast for a better accessibility. This modification should be transparent for you except if you were using an hardcoded hexadecimal value directly in your websites. ## v5.3.3