diff --git a/plugins/kanban/dashboard/dist/style.css b/plugins/kanban/dashboard/dist/style.css index d10b766bd2..2555836b2a 100644 --- a/plugins/kanban/dashboard/dist/style.css +++ b/plugins/kanban/dashboard/dist/style.css @@ -9,6 +9,15 @@ width: 100%; } +/* Override the Nous DS global `code { background: var(--midground) }` rule + which paints an opaque cream/yellow fill on every inside the board, + hiding the text underneath. Kanban uses for event payloads, run-meta, + and log panes — those need transparent backgrounds. */ +.hermes-kanban code { + background: transparent; + color: inherit; +} + /* ---- Columns layout -------------------------------------------------- */ .hermes-kanban-columns {