diff options
author | Vitaly Takmazov | 2017-06-06 14:40:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-06 14:40:43 +0300 |
commit | cf3c262cd4a176b5fe5ef059a08b071286e03416 (patch) | |
tree | 272015181fd6ebdc7b38c8d70785d2dc6b0b6e30 /juick-www/src/main/static | |
parent | e39cbdf1378ff32f9b164046cc7d416dd8f0d57d (diff) |
www: style pre
Diffstat (limited to 'juick-www/src/main/static')
-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; |