fix(ui): align cobalt.css to v3 standard - #28
Merged
Conversation
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
force-pushed
the
feat/gitops-compliance
branch
from
August 2, 2026 21:21
1d59afd to
a113499
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.b4was using Apple-system greenrgba(52,199,89)- replaced with cobaltrgba(36,134,185)to match blobs b1-b3.sso-modal-backdropwas using hardcodedrgba(6,10,18,.64)scrim - replaced withvar(--scrim)andvar(--z-modal-backdrop)--t-slow240ms to 260ms,--space-1040px to 64px,--accent-border0.55 to 0.45 alpha--accentand--accent-brightnow referencevar(--accent-600)/var(--accent-400)instead of bare hex--topbar-h,--gutter,--gutter-mobilelayout constants--z-*z-index ladder