CUB-47: Implement Tactical Dark Mode CSS Variables #5
Reference in New Issue
Block a user
Delete Branch "agent/rex/CUB-47-dark-mode-variables"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CUB-47: Tactical Dark Mode CSS Variables
Defines 9 CSS custom properties in
frontend/src/styles.scssfor the Tactical Dark Mode theme:--color-surface#0F172A--color-surface-light#1E293B--color-primary#38BDF8--color-secondary#2DD4BF--color-accent#A78BFA--color-danger#F87171--color-text-primary#FFFFFF--color-text-secondary#94A3B8--color-border#334155Also sets
body { background-color: var(--color-surface) }to apply the dark surface background globally.Validation
:rootvar(--color-surface)(resolves to#0F172A)Definition of Done
Pull request closed