hermes-agent/plugins/kanban/dashboard
liuguangyong 17687911b7 fix(kanban): reset code element background inside board
The Nous DS globals.css applies a global rule:
  code { background: var(--midground); color: var(--background); }

This paints an opaque cream/yellow fill on every <code> element,
which hides text in the kanban drawer's event-payload, run-meta,
and worker-log panes (all rendered as <code>).

Fix: scope a reset inside .hermes-kanban so <code> elements inherit
their parent's color and stay transparent.
2026-05-06 04:20:52 -07:00
..
dist fix(kanban): reset code element background inside board 2026-05-06 04:20:52 -07:00
manifest.json feat(kanban): durable multi-profile collaboration board (#17805) 2026-04-30 13:36:47 -07:00
plugin_api.py feat(kanban): surface task_runs.summary on dashboard cards + `kanban show` 2026-05-05 17:26:15 -07:00