From ab5d6931de362075ffebb4ba8972692858ffa06d Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 30 Jun 2025 18:14:43 -0500 Subject: [PATCH] Color the output red, too --- app/assets/stylesheets/terminals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/terminals.css b/app/assets/stylesheets/terminals.css index e0902fd49..58f1f3de6 100644 --- a/app/assets/stylesheets/terminals.css +++ b/app/assets/stylesheets/terminals.css @@ -170,6 +170,10 @@ color: var(--color-terminal-text-light); } + .terminal--error & { + color: var(--color-negative); + } + .terminal--showing-output & { display: block; }