From b976cd9c9ca8eec5b8cdd4a0c24353c9bd393fc4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:47:00 +0000 Subject: [PATCH 1/2] Initial plan From 60dbb2e4b3506b11cf698bb11333e92dd6615f04 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:49:10 +0000 Subject: [PATCH 2/2] Scope global pre dark styling to .code-block class Co-authored-by: pournasserian <24959477+pournasserian@users.noreply.github.com> --- 0-Agents/AgentsWebUI/wwwroot/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0-Agents/AgentsWebUI/wwwroot/app.css b/0-Agents/AgentsWebUI/wwwroot/app.css index dd864ff..2f90a2f 100644 --- a/0-Agents/AgentsWebUI/wwwroot/app.css +++ b/0-Agents/AgentsWebUI/wwwroot/app.css @@ -895,7 +895,7 @@ code { border-radius: var(--radius-sm); } -pre { +.code-block { font-family: var(--font-family-mono); font-size: var(--font-size-sm); background-color: var(--color-gray-900); @@ -908,7 +908,7 @@ pre { margin: var(--space-3) 0; } -pre code { +.code-block code { color: inherit; background: none; padding: 0;