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;