Skip to content

v0.9.5 — Brand mark consistency

Choose a tag to compare

@TheLeePriest TheLeePriest released this 10 Jun 20:52
· 7 commits to main since this release

Tiny but visible fix to PR #16's brand rollout. Strictly additive — no API, no schema, v0.9.3 security pass intact.

What's new

  • Hero mark stays purple regardless of per-topic accent. The dashboard's hero glyph used the currentColor variant (which adopted var(--accent)), so the brand mark went orange on a CDK dashboard, blue on a Node dashboard, etc. Now it's locked to the full iris-gradient logomark (#8E7DFF → #6450E6) on every dashboard.
  • Per-topic accent still personalises every other piece of chrome — hl-card border-left, badge variants, section-nav hover, spotlight refresh button, links — so dashboards still feel topic-specific.

See PR #17 for the diff.