Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS: Change the base dark mode red color palette #2549

Merged
merged 3 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading