From f49d2aac12eae0d2a3ffc221e10a6823dc517df4 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sat, 3 Jan 2026 23:05:32 +0100 Subject: [PATCH] Use same header color for Available Tools as System Prompt --- packages/coding-agent/src/core/export-html/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/src/core/export-html/template.css b/packages/coding-agent/src/core/export-html/template.css index bea3be33..fb4250f7 100644 --- a/packages/coding-agent/src/core/export-html/template.css +++ b/packages/coding-agent/src/core/export-html/template.css @@ -548,7 +548,7 @@ .tools-header { font-weight: bold; - color: var(--warning); + color: var(--customMessageLabel); margin-bottom: var(--line-height); }