From 13772567a197bfedb00d7fa566056c261a3beb81 Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Sat, 12 Sep 2026 22:55:58 -0700 Subject: [PATCH] fix: change default text color from green to white in terminal-to-html (fixes #85) --- terminal-to-html.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/terminal-to-html.html b/terminal-to-html.html index 922ee2d8..7939ea9c 100644 --- a/terminal-to-html.html +++ b/terminal-to-html.html @@ -15,7 +15,7 @@ margin: 0 auto; padding: 20px; background: #000; - color: #0f0; + color: #fff; line-height: 1.6; } @@ -157,6 +157,7 @@ overflow-x: visible; width: max-content; min-width: 100%; + color: inherit; } .empty-state {