Skip to content

fix(ui): align cobalt.css to v3 standard - #28

Merged
cmarko89 merged 2 commits into
mainfrom
feat/gitops-compliance
Aug 2, 2026
Merged

fix(ui): align cobalt.css to v3 standard#28
cmarko89 merged 2 commits into
mainfrom
feat/gitops-compliance

Conversation

@cmarko89

@cmarko89 cmarko89 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Green ambient blob .b4 was using Apple-system green rgba(52,199,89) - replaced with cobalt rgba(36,134,185) to match blobs b1-b3
  • .sso-modal-backdrop was using hardcoded rgba(6,10,18,.64) scrim - replaced with var(--scrim) and var(--z-modal-backdrop)
  • Token drift corrections: --t-slow 240ms to 260ms, --space-10 40px to 64px, --accent-border 0.55 to 0.45 alpha
  • --accent and --accent-bright now reference var(--accent-600) / var(--accent-400) instead of bare hex
  • Added --topbar-h, --gutter, --gutter-mobile layout constants
  • Added full --z-* z-index ladder

@cmarko89
cmarko89 enabled auto-merge (squash) August 2, 2026 20:54
- b4 blob: rgba(52,199,89) green replaced with rgba(36,134,185) cobalt
- sso-modal-backdrop: hardcoded scrim replaced with var(--scrim); z-index now var(--z-modal-backdrop)
- --t-slow: 240ms corrected to 260ms (matches studio/image-revive)
- --space-10: 40px corrected to 64px (matches full spacing scale)
- --accent / --accent-bright now reference var(--accent-600) / var(--accent-400) instead of bare hex
- --accent-border: 0.55 alpha corrected to 0.45 (matches --border-accent standard value)
- Added --topbar-h, --gutter, --gutter-mobile layout constants
- Added full --z-* z-index ladder (was absent)
@cmarko89
cmarko89 force-pushed the feat/gitops-compliance branch from 1d59afd to a113499 Compare August 2, 2026 21:21
@cmarko89
cmarko89 merged commit 01f3b75 into main Aug 2, 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