From 9bc02e6522785cf2587e7432fef18e175c395df0 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 7 Oct 2025 11:32:06 +0200 Subject: Improved the spacing of the CSS --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index 46e1d7c..6b3569e 100644 --- a/static/main.css +++ b/static/main.css @@ -6,6 +6,8 @@ --theme-color: hsl(var(--hue), var(--saturation), 50%); --code-bg-color: hsl(var(--hue), var(--saturation), 90%); font-family: system-ui; + font-size: 1.25rem; + line-height: 1.25; background-color: var(--bg-color); color: var(--text-color); max-width: 800px; -- cgit v1.3.1