Skip to content

Commit cfedfa0

Browse files
feat(css): change the dark mode red color hexadecimal value (#2549)
Co-authored-by: Julien Déramond <[email protected]>
1 parent 3bebab7 commit cfedfa0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

scss/_color-palette.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ods-forest-100: #6c6 !default;
2424
$ods-forest-200: #228722 !default;
2525

2626
// Fire
27-
$ods-fire-100: #f66 !default;
27+
$ods-fire-100: #ff4d4d !default;
2828
$ods-fire-200: #cd3c14 !default;
2929

3030
// Water

site/content/docs/5.3/migration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ aliases:
99
toc: true
1010
---
1111

12+
## v5.3.4
13+
14+
### Core
15+
16+
- **Colors**
17+
- <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.
18+
1219
## v5.3.3
1320

1421
<hr class="mb-4">
@@ -153,7 +160,7 @@ Retrieve our color theme in the [new color theme documentation]({{< docsref "/cu
153160
- <span class="badge text-bg-danger">Breaking</span> The markup has been changed:
154161
- `.input-group` class has been removed
155162
- `.btn-secondary` class has been replaced by `.btn-outline-secondary`
156-
163+
157164
Make sure to incorporate these changes into your websites.
158165

159166
- **Star rating**

0 commit comments

Comments
 (0)