v0.9.5 — Brand mark consistency
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.