Skip to content

fix(careers): correct low contrast text color in dark mode#7750

Open
Katotodan wants to merge 6 commits into
layer5io:masterfrom
Katotodan:fix/low-contrast
Open

fix(careers): correct low contrast text color in dark mode#7750
Katotodan wants to merge 6 commits into
layer5io:masterfrom
Katotodan:fix/low-contrast

Conversation

@Katotodan
Copy link
Copy Markdown
Member

Description

Fix a visibility issue on the UI/UX Visual Designer Internship career page where text within certain paragraphs exhibits low contrast when dark mode is enabled.

Cause

The styling conflict originates between parent and child wrappers; the parent container enables dark mode configurations, but the child wrapper lacks an explicit text color assignment, causing it to fall back to an illegible default state.

Changes

  • Explicitly set the text color on the child layout wrapper to guarantee high visibility across both light and dark themes.
  • Core functional modifications are isolated to lines 71 through 75.
  • Remaining file modifications are strictly code formatting updates applied automatically by the linter.

Before

Screenshot 2026-05-22 at 11 27 28

Signed commits

  • Yes, I signed my commits.

Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
@Katotodan Katotodan self-assigned this May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

🚀 Preview deployment: https://layer5.io/pr-preview/pr-7750/

Note: Preview may take a moment (GitHub Pages deployment in progress). Please wait and refresh. Track deployment here

@saurabhraghuvanshii
Copy link
Copy Markdown
Member

Texts looking off the color.

image

Katotodan and others added 5 commits May 22, 2026 12:09
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
Signed-off-by: DANIEL KATOTO <katotodan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants