fix(lib): Fix header, footer and table colors to use OUDS ones - #3737
Open
louismaximepiton wants to merge 5 commits into
Open
fix(lib): Fix header, footer and table colors to use OUDS ones#3737louismaximepiton wants to merge 5 commits into
louismaximepiton wants to merge 5 commits into
Conversation
louismaximepiton
marked this pull request as draft
August 3, 2026 16:21
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several UI color defaults to use OUDS Web color variables (notably navbar/header and footer), and refreshes documentation and CSS snapshots accordingly.
Changes:
- Updated navbar and footer-related SCSS variables to use OUDS color tokens/CSS custom properties.
- Adjusted navbar active/indicator styling and DocSearch icon hover color.
- Updated migration documentation and regenerated CSS snapshot fixtures.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
site/src/scss/_search.scss |
Uses an OUDS mono pressed color for the DocSearch icon on hover. |
site/src/content/docs/getting-started/migration.mdx |
Adds migration notes for header/footer design color updates. |
scss/tests/snapshot-tests/__snapshots__/ouds-web.css |
Snapshot updates reflecting the new compiled CSS variable outputs. |
scss/tests/snapshot-tests/__snapshots__/ouds-web-bootstrap.css |
Snapshot updates reflecting the new compiled CSS variable outputs (bootstrap variant). |
scss/_variables.scss |
Switches several defaults (table, navbar, footer) from Bootstrap/Boosted emphasis/body colors to OUDS content/action tokens. |
scss/_navbar.scss |
Adjusts active nav-link color handling and active indicator color source. |
Files not reviewed (2)
- scss/tests/snapshot-tests/snapshots/ouds-web-bootstrap.css: Generated file
- scss/tests/snapshot-tests/snapshots/ouds-web.css: Generated file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types of change
Related issues
Closes #3736
Context & Motivation
Follow #3736
Description
Use OUDS Colors instead of the Boosted/Bootstrap ones
Checklists
Checklist (for Core Team only)
Progression (for Core Team only)
mainfollowing conventional commitLive previews