diff --git a/share/static/style.css b/share/static/style.css index ba8827a..ced1b98 100644 --- a/share/static/style.css +++ b/share/static/style.css @@ -2,3 +2,7 @@ body { background: black; color: #bbbbbb; } + +pre { + font-family: DejaVu Sans Mono, Menlo, monospace; +}