Skip to content

Commit

Permalink
feat(css): change the dark mode red color hexadecimal value (#2549)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
  • Loading branch information
louismaximepiton and julien-deramond authored Apr 30, 2024
1 parent 3bebab7 commit cfedfa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_color-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion site/content/docs/5.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ aliases:
toc: true
---

## v5.3.4

### Core

- **Colors**
- <span class="badge text-bg-warning">Warning</span> 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

<hr class="mb-4">
Expand Down Expand Up @@ -153,7 +160,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu
- <span class="badge text-bg-danger">Breaking</span> 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**
Expand Down

0 comments on commit cfedfa0

Please sign in to comment.