From 2e204159e809d9dc1ff687297ae86a7d01bb54d9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 22 Jul 2025 16:30:44 -0500 Subject: [PATCH] Make quoted computer output blue. --- stylesheets/lfs-xsl/lfs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index d453cac89..16ecea7ba 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -577,6 +577,10 @@ tt, code, kbd, pre, .command { font-style: italic; } +code.computeroutput { + color: blue; +} + pre { background-color: #e5e5e5; border: 1px solid #050505;