Skip to content

fix(footer): darken footer text#633

Merged
wesleyboar merged 4 commits into
mainfrom
fix/footer-text-color-one-step-darker
Apr 17, 2026
Merged

fix(footer): darken footer text#633
wesleyboar merged 4 commits into
mainfrom
fix/footer-text-color-one-step-darker

Conversation

@wesleyboar
Copy link
Copy Markdown
Member

@wesleyboar wesleyboar commented Apr 17, 2026

Overview

Darken s-footer foreground color by one token step.

Changes

  • updated footer color token in source and dist

Testing

  1. Confirm s-footer uses --global-color-primary--light.

UI

Before After
before after

Made with Cursor

Use the next darker primary token for footer foreground text so footer content and links match the restored v2 contrast baseline.

Made-with: Cursor
@qodo-code-review
Copy link
Copy Markdown

ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan

Review Summary by Qodo

Darken footer text color one token step

🐞 Bug fix

Grey Divider

Walkthroughs

Description
• Change footer text color from --global-color-primary--x-light to --global-color-primary--light
• Darkens footer foreground text by one token step for improved contrast
• Restores v2 contrast baseline for footer content and links
• Updates both source and compiled CSS files
Diagram
flowchart LR
  A["Footer Color Token"] -->|"Change from x-light"| B["--global-color-primary--light"]
  B -->|"Improves contrast"| C["Better readability"]
  C -->|"Matches v2 baseline"| D["Restored contrast"]
Loading

Grey Divider

File Changes

1. src/lib/_imports/trumps/s-footer.css 🐞 Bug fix +1/-1

Update footer text color token

• Changed .s-footer color property from var(--global-color-primary--x-light) to
 var(--global-color-primary--light)
• Darkens footer text by one color token step for improved contrast

src/lib/_imports/trumps/s-footer.css


2. dist/trumps/s-footer.css 🐞 Bug fix +1/-1

Compile footer color change

• Updated compiled CSS with darker footer text color
• Changed color value from --global-color-primary--x-light to --global-color-primary--light in
 minified output

dist/trumps/s-footer.css


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review Bot commented Apr 17, 2026

Code Review by Qodo

Grey Divider

Sorry, something went wrong

We weren't able to complete the code review on our side. Please try again

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Rebuild generated CMS/portal bundles from source after footer token change and add agent instructions to avoid manual edits in dist output.

Made-with: Cursor
Keep footer color PR focused on style output by removing AGENTS guidance from this branch.

Made-with: Cursor
@wesleyboar wesleyboar merged commit c44dd0a into main Apr 17, 2026
@wesleyboar wesleyboar deleted the fix/footer-text-color-one-step-darker branch April 17, 2026 17:32
wesleyboar added a commit to TACC/Core-CMS that referenced this pull request Apr 17, 2026
## Overview
Use a Core-Styles commit-ish with the footer text-color fix.

## Related
- requires TACC/Core-Styles#633

## Changes
- **updated** `@tacc/core-styles` to a branch-based install
- **updated** lockfile entries to the matching Core-Styles commit

## Testing
1. Verify dependency and lockfile both reference
`fix/footer-text-color-one-step-darker`.
2. Build CSS locally and confirm footer text/links render one step
darker.

## UI

<img width="960" height="874" alt="cms-footer-after"
src="https://github.com/user-attachments/assets/48b850ce-7f0e-43f2-be2c-ded2452113fc"
/>

---

Made with [Cursor](https://cursor.com)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant