From ccd3edf79e55da2df4a3e7fbf31add1bd250f354 Mon Sep 17 00:00:00 2001 From: Gerd Flaig Date: Fri, 2 Jan 2009 17:36:17 +0100 Subject: [PATCH] Make prompt stand out some more --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 197a836..e77d5b4 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ td.inputtd { width:100%; } #input { margin-left: 8px; color: #666; overflow: hidden; } #output{ margin-left: 8px; margin-top: 8px; } #output pre { margin: 1px; } -.less { color: #666; } +.less { color: #7e0; background: #222; } .info { color: #090; } table { padding: 0px; margin: 0px; border-collapse: collapse; border-spacing: 0px; } td { padding: 0px; margin: 0px; vertical-align: top; font-size: 12px; font-family: monospace; } -- 2.43.0