From cf3c262cd4a176b5fe5ef059a08b071286e03416 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 6 Jun 2017 14:40:43 +0300 Subject: www: style pre --- juick-www/src/main/static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index afd62c7e..fe8df35a 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -34,8 +34,11 @@ hr { margin: 10px 0; } pre { - white-space: pre; + background: #222; + color: #0f0; overflow-x: auto; + padding: 6px; + white-space: pre; } .u { text-decoration: underline; -- cgit v1.2.3