Skip to content

fix: increase card elevation contrast in dark mode (closes #1067)#2298

Open
bhavyanjain3004 wants to merge 6 commits into
Priyanshu-byte-coder:mainfrom
bhavyanjain3004:issue-1067
Open

fix: increase card elevation contrast in dark mode (closes #1067)#2298
bhavyanjain3004 wants to merge 6 commits into
Priyanshu-byte-coder:mainfrom
bhavyanjain3004:issue-1067

Conversation

@bhavyanjain3004

Copy link
Copy Markdown
Contributor

Summary

Increases the elevation contrast for dark mode to improve visual hierarchy and readability on non-OLED screens (Closes #1067).

Key Changes:

  • Updated src/app/globals.css to increase the contrast of .dark surfaces.
  • Adjusted --card to #111111 and --card-muted to #1a1a1a to stand out more clearly against the dark background.
  • Increased the visibility of --border to #2a2a2a to provide subtle elevation cues.

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

@bhavyanjain3004 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix type:design GSSoC type bonus: UI/design (+10 pts) labels Jun 10, 2026
@github-actions

Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@github-actions github-actions Bot added type:testing GSSoC type bonus: tests (+10 pts) type:feature GSSoC type bonus: new feature type:performance GSSoC type bonus: performance (+15 pts) labels Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix type:design GSSoC type bonus: UI/design (+10 pts) type:feature GSSoC type bonus: new feature type:performance GSSoC type bonus: performance (+15 pts) type:testing GSSoC type bonus: tests (+10 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: dark mode card backgrounds too similar — insufficient elevation hierarchy

1 participant