From 789fafc988691ccaff06dfd8cfbe16cf0274405c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 27 Oct 2022 08:58:56 -0700 Subject: ref(css): set font family to sans-serif; darker background for code --- static/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 07825ee..2a7ac20 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -4,6 +4,7 @@ body { margin: 1em auto; padding: 0 0.55em; max-width: 49rem; + font-family: "sans-serif"; } h1,h2,h3,h4 { @@ -81,7 +82,7 @@ pre { overflow-x: auto; border: 1px solid #eee; border-radius: 3px; - background-color: #fafafa; + background-color: #eee; } #meta { -- cgit v1.2.3