From d8418b8edbc8da75373b176c472f19ae748e87da Mon Sep 17 00:00:00 2001 From: macota Date: Fri, 14 Nov 2025 13:31:31 +0100 Subject: [PATCH] Fix: Add missing CSS styles to wrapInHtmlDocument output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The wrapInHtmlDocument function was creating a complete HTML document with a black background but no text styling, resulting in black text on black background when the output is viewed standalone. This commit adds the necessary CSS to set text color to green (#0f0) and applies proper font styling to match the tool's appearance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- terminal-to-html.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/terminal-to-html.html b/terminal-to-html.html index f4b947b..2eabc9c 100644 --- a/terminal-to-html.html +++ b/terminal-to-html.html @@ -450,8 +450,22 @@

Terminal to HTML

Terminal Output + - + ${content} `;