Skip to content

feat: align design tokens with ronaQC standard#3

Merged
happykhan merged 1 commit intomainfrom
feature/ronaqc-design-alignment
Feb 23, 2026
Merged

feat: align design tokens with ronaQC standard#3
happykhan merged 1 commit intomainfrom
feature/ronaqc-design-alignment

Conversation

@happykhan
Copy link
Copy Markdown
Collaborator

@happykhan happykhan commented Feb 23, 2026

Summary

  • Rewrites src/index.css to light-first :root with [data-theme="dark"] override, matching ronaQC canonical design system
  • Adds new tokens: --gx-surface, --gx-surface-hover, --gx-text-inverted
  • Adds backward-compat aliases (--gx-bg-elevated, --gx-text-bright)
  • Flips prefers-color-scheme media query to detect dark mode (previously detected light)
  • Updates accent colors to match ronaQC canonical values

Ref: genomicx/genomicx.github.io#6

Test plan

  • Run npm run build — verify no build errors
  • Open app in browser — verify light theme displays correctly by default
  • Toggle to dark mode — verify colors match ronaQC dark palette
  • Verify theme persistence across page reloads

🤖 Generated with Claude Code

- Rewrite index.css: light-first :root with [data-theme="dark"] override
- Add --gx-surface, --gx-surface-hover, --gx-text-inverted tokens
- Add backward-compat aliases (--gx-bg-elevated, --gx-text-bright)
- Flip prefers-color-scheme media query to dark detection
- Update accent colors to match ronaQC canonical values

Ref: genomicx/genomicx.github.io#6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mlstx Ready Ready Preview, Comment Feb 23, 2026 4:21pm

@happykhan happykhan merged commit 1c4811a into main Feb 23, 2026
3 checks passed
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