From bb1517901bc14122f06f4bf28708464c32233305 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Fri, 8 Jul 2022 01:37:30 +0200 Subject: [PATCH] improve default style --- style.css | 5 +++++ 1 file changed, 5 insertions(+) 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 {