diff --git a/style.css b/style.css index e263f19..628e575 100644 --- a/style.css +++ b/style.css @@ -3,6 +3,7 @@ center { } body { + font-size: 15px; font-family: sans-serif; background-color: #222828; color: #cdd; @@ -15,7 +16,11 @@ body { } pre { + border: 2px dashed #fff; + padding: 10px; white-space: pre-wrap; + text-align: left; + font-size: 12px; } h1 {