diff options
-rw-r--r-- | juick-www/src/main/static/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |